.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Daniel Grunwald 5667f7582e
Merge pull request #4090 from icsharpcode/infer-type
2 weeks ago
..
Implementation Move MergeSimilarTypes into FindTypesInBounds. 2 weeks ago
Accessibility.cs
ApplyAttributeTypeVisitor.cs
ArrayType.cs
AssemblyQualifiedTypeName.cs
ByReferenceType.cs
ComHelper.cs
DecompilerTypeSystem.cs Fix #2054: repair a chain of type forwarders that cycles 2 weeks ago
ExtensionInfo.cs Apply suggestions from Claude code review 6 months ago
FullTypeName.cs
FunctionPointerType.cs Handle multiple calling conventions at once 10 months ago
GenericContext.cs
IAssembly.cs
IAttribute.cs
ICodeContext.cs
ICompilation.cs Add support for C# 14 first-class span types in the type system. 10 months ago
IDecompilerTypeSystem.cs
IEntity.cs
IEvent.cs
IField.cs
IFreezable.cs
IInterningProvider.cs
IMember.cs Remove the now-unused IMemberReference interface 2 months ago
IMethod.cs Add a treenode and decompiler APIs for extensions. 6 months ago
INamedElement.cs
INamespace.cs
IParameter.cs Remove obsolete lifetime annotation fields 1 month ago
IParameterizedMember.cs
IProperty.cs
ISupportsInterning.cs
ISymbol.cs
IType.cs
ITypeDefinition.cs Add a treenode and decompiler APIs for extensions. 6 months ago
ITypeDefinitionOrUnknown.cs
ITypeParameter.cs Add support for merging types with different nullability. 2 weeks ago
ITypeReference.cs
IVariable.cs
InheritanceHelper.cs
IntersectionType.cs
KnownTypeReference.cs Extend InferType() to every ILInstruction 2 weeks ago
MetadataModule.cs Fix #2054: repair a chain of type forwarders that cycles 2 weeks ago
ModifiedType.cs
NormalizeTypeVisitor.cs Add support for merging types with different nullability. 2 weeks ago
Nullability.cs
NullableType.cs
ParameterListComparer.cs
ParameterizedType.cs
PointerType.cs
ReferenceResolvingException.cs
ReflectionHelper.cs Extend InferType() to every ILInstruction 2 weeks ago
ReflectionNameParseException.cs
SimpleTypeResolveContext.cs
SpecialType.cs
TaskType.cs Handle non-Task task-likes (ValueTask, custom AsyncMethodBuilder) in ILReader async return-type unpacking. 4 months ago
TopLevelTypeName.cs
TupleType.cs Require System.ValueTuple to be a struct to be tuple compatible 1 month ago
TypeKind.cs Fix IDE2000 globally 9 months ago
TypeParameterSubstitution.cs
TypeProvider.cs
TypeSystemExtensions.cs Extend InferType() to every ILInstruction 2 weeks ago
TypeUtils.cs Stack slots holding value types previously nevertheless often had type `object` 3 weeks ago
TypeVisitor.cs
UsingScope.cs Move UsingScope and CSharpTypeResolveContext into the type system 1 month ago
VarArgInstanceMethod.cs