.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 e6004e5f26 Handle ReferenceKind.RefReadOnly in a few more cases 12 months ago
..
Implementation Handle ReferenceKind.RefReadOnly in a few more cases 12 months ago
Accessibility.cs
ApplyAttributeTypeVisitor.cs Remove ApplyPdbLocalTypeInfoTypeVisitor (merge it into ApplyAttributeTypeVisitor) 12 months ago
ArrayType.cs
AssemblyQualifiedTypeName.cs
ByReferenceType.cs
ComHelper.cs
DecompilerTypeSystem.cs Add metadata processing for C# 12 'ref readonly' parameters 12 months ago
FullTypeName.cs Fix bug in UnknownType: FullName of nested unknown types did not contain the outer type name(s), but only namespace and nested type name. 1 year ago
FunctionPointerType.cs Transform RequiresLocationAttribute to 'ref readonly' on function pointers. 12 months ago
GenericContext.cs
IAssembly.cs Use MetadataFile instead of PEFile in TypeSystem. 1 year ago
IAttribute.cs
ICodeContext.cs
ICompilation.cs
IDecompilerTypeSystem.cs
IEntity.cs
IEvent.cs
IField.cs Fix "ref readonly" fields. 2 years ago
IFreezable.cs
IInterningProvider.cs
IMember.cs
IMethod.cs
INamedElement.cs
INamespace.cs
IParameter.cs Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind. 12 months ago
IParameterizedMember.cs
IProperty.cs
ISupportsInterning.cs
ISymbol.cs
IType.cs
ITypeDefinition.cs
ITypeDefinitionOrUnknown.cs
ITypeParameter.cs
ITypeReference.cs
IVariable.cs
InheritanceHelper.cs
IntersectionType.cs
KnownTypeReference.cs
MetadataModule.cs Use MetadataFile instead of PEFile in TypeSystem. 1 year ago
ModifiedType.cs
NormalizeTypeVisitor.cs Fix #3014: Missing type information in lambda expressions. 2 years ago
Nullability.cs
NullableType.cs
ParameterListComparer.cs
ParameterizedType.cs
PointerType.cs
ReferenceResolvingException.cs
ReflectionHelper.cs
ReflectionNameParseException.cs
SimpleTypeResolveContext.cs
SpecialType.cs Fix #2860 2 years ago
TaskType.cs
TopLevelTypeName.cs
TupleType.cs
TypeKind.cs
TypeParameterSubstitution.cs
TypeProvider.cs Fix #2913: ArgumentException when generic class is missing `1 suffix. 2 years ago
TypeSystemExtensions.cs Use MetadataFile instead of PEFile in TypeSystem. 1 year ago
TypeUtils.cs
TypeVisitor.cs
VarArgInstanceMethod.cs