.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 48a8351e27 Use Unsafe.SizeOf when taking the size of a managed type. 3 years ago
..
Implementation Add support for C# 11 scoped parameter modifier. 3 years ago
Accessibility.cs
ApplyAttributeTypeVisitor.cs Update to dotnet-format 5.1.225507. 4 years ago
ArrayType.cs
AssemblyQualifiedTypeName.cs
ByReferenceType.cs
ComHelper.cs
DecompilerTypeSystem.cs Add support for C# 11 scoped parameter modifier. 3 years ago
FullTypeName.cs
FunctionPointerType.cs Remove unused code (#2294) 4 years ago
GenericContext.cs
IAssembly.cs Add AssemblyVersion to IModule 3 years ago
IAttribute.cs #nullable enable for typesystem and ILInstruction base class 4 years ago
ICodeContext.cs #nullable enable for typesystem and ILInstruction base class 4 years ago
ICompilation.cs #nullable enable for typesystem and ILInstruction base class 4 years ago
IDecompilerTypeSystem.cs #nullable enable for typesystem and ILInstruction base class 4 years ago
IEntity.cs Fix #2664: Fix NRE in ScopeSearchToAssembly. 3 years ago
IEvent.cs #nullable enable for typesystem and ILInstruction base class 4 years ago
IField.cs #nullable enable for typesystem and ILInstruction base class 4 years ago
IFreezable.cs #nullable enable for typesystem and ILInstruction base class 4 years ago
IInterningProvider.cs #nullable enable for typesystem and ILInstruction base class 4 years ago
IMember.cs #nullable enable for ILAst (except for generated code) 4 years ago
IMethod.cs #nullable enable for typesystem and ILInstruction base class 4 years ago
INamedElement.cs Fix #2305: Cast to integer type where necessary in managed pointer arithmetic. 4 years ago
INamespace.cs #nullable enable for typesystem and ILInstruction base class 4 years ago
IParameter.cs Add support for C# 11 scoped parameter modifier. 3 years ago
IParameterizedMember.cs #nullable enable for typesystem and ILInstruction base class 4 years ago
IProperty.cs #nullable enable for typesystem and ILInstruction base class 4 years ago
ISupportsInterning.cs #nullable enable for typesystem and ILInstruction base class 4 years ago
ISymbol.cs #nullable enable for typesystem and ILInstruction base class 4 years ago
IType.cs #nullable enable for typesystem and ILInstruction base class 4 years ago
ITypeDefinition.cs Add support for C# 10 record structs. 3 years ago
ITypeParameter.cs #nullable enable for typesystem and ILInstruction base class 4 years ago
ITypeReference.cs #nullable enable for typesystem and ILInstruction base class 4 years ago
IVariable.cs #nullable enable for typesystem and ILInstruction base class 4 years ago
InheritanceHelper.cs
IntersectionType.cs
KnownTypeReference.cs Add support for DefaultInterpolatedStringHandler 3 years ago
MetadataModule.cs Assume conventionally named unresolved method references are properties or events. 3 years ago
ModifiedType.cs
NormalizeTypeVisitor.cs
Nullability.cs
NullableType.cs
ParameterListComparer.cs
ParameterizedType.cs Remove unused code (#2294) 4 years ago
PointerType.cs
ReferenceResolvingException.cs
ReflectionHelper.cs Fix #2506: NamedArgumentTransform loses information, if the original variable is of StackType.Ref 4 years ago
ReflectionNameParseException.cs
SimpleTypeResolveContext.cs
SpecialType.cs
TaskType.cs
TopLevelTypeName.cs
TupleType.cs
TypeKind.cs
TypeParameterSubstitution.cs
TypeProvider.cs
TypeSystemExtensions.cs Use Unsafe.SizeOf when taking the size of a managed type. 3 years ago
TypeUtils.cs
TypeVisitor.cs
VarArgInstanceMethod.cs