.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.
 
 
 
 
Siegfried Pammer 7ef5994b31 Look methods up the same way whether or not they come from metadata 1 week ago
..
Implementation Move MergeSimilarTypes into FindTypesInBounds. 2 weeks ago
Accessibility.cs
ApplyAttributeTypeVisitor.cs
ArrayType.cs
AssemblyQualifiedTypeName.cs
ByReferenceType.cs
ComHelper.cs
DecompilerTypeSystem.cs Read the file system once per reference closure, not per reference 2 weeks ago
ExtensionInfo.cs
FullTypeName.cs
FunctionPointerType.cs
GenericContext.cs
IAssembly.cs
IAttribute.cs
ICodeContext.cs
ICompilation.cs
IDecompilerTypeSystem.cs
IEntity.cs
IEvent.cs
IField.cs
IFreezable.cs
IInterningProvider.cs
IMember.cs
IMethod.cs
INamedElement.cs
INamespace.cs
IParameter.cs
IParameterizedMember.cs
IProperty.cs
ISupportsInterning.cs
ISymbol.cs
IType.cs
ITypeDefinition.cs
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 Look methods up the same way whether or not they come from metadata 1 week 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
TopLevelTypeName.cs
TupleType.cs
TypeKind.cs
TypeParameterSubstitution.cs
TypeProvider.cs
TypeSystemExtensions.cs Extend InferType() to every ILInstruction 2 weeks ago
TypeUtils.cs Prepare for a split of StackType.O into StackType.Obj and StackType.VT: the easy cases 2 weeks ago
TypeVisitor.cs
UsingScope.cs Move UsingScope and CSharpTypeResolveContext into the type system 1 month ago
VarArgInstanceMethod.cs