.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 667036c54e Add support for InlineArrayConversion 1 week ago
..
AbstractFreezable.cs
AbstractType.cs Fix #2860 2 years ago
AbstractTypeParameter.cs Implement support for explicit interface implementation of operators and operator uses. 2 years ago
AttributeListBuilder.cs Add metadata processing for C# 12 'ref readonly' parameters 11 months ago
BaseTypeCollector.cs
CustomAttribute.cs
DecimalConstantHelper.cs
DecoratedType.cs #2823: Introduce `IType.GetDefinitionOrUnknown()` to allow better detection of async state-machines involving unknown types. 3 years ago
DefaultAssemblyReference.cs
DefaultAttribute.cs
DefaultParameter.cs Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind. 11 months ago
DefaultTypeParameter.cs
DefaultVariable.cs
DummyTypeParameter.cs
FakeMember.cs Fix "ref readonly" fields. 2 years ago
GetClassTypeReference.cs
GetMembersHelper.cs
KnownAttributes.cs Add support for InlineArrayConversion 1 week ago
KnownTypeCache.cs
LocalFunctionMethod.cs Work on #1204: Add optimized implementation of HasAttribute and GetAttribute to IEntity. 3 years ago
MergedNamespace.cs
MetadataEvent.cs Use MetadataFile instead of PEFile in TypeSystem. 1 year ago
MetadataField.cs Use MetadataFile instead of PEFile in TypeSystem. 1 year ago
MetadataMethod.cs Fix detection and display of explicitly implemented operators. 4 months ago
MetadataNamespace.cs
MetadataParameter.cs Handle explicit optional parameter after default parameter (#3470) 1 month ago
MetadataProperty.cs Use MetadataFile instead of PEFile in TypeSystem. 1 year ago
MetadataTypeDefinition.cs Use MetadataFile instead of PEFile in TypeSystem. 1 year ago
MetadataTypeParameter.cs Use MetadataFile instead of PEFile in TypeSystem. 1 year ago
MinimalCorlib.cs Use MetadataFile instead of PEFile in TypeSystem. 1 year ago
NestedTypeReference.cs
NullabilityAnnotatedType.cs Fix assertion: UnknownType for unresolved reference can still be nullable; only the SpecialType.Unknown cannot. 2 years ago
PinnedType.cs
SimpleCompilation.cs
SpecializedEvent.cs
SpecializedField.cs Fix "ref readonly" fields. 2 years ago
SpecializedMember.cs Work on #1204: Add optimized implementation of HasAttribute and GetAttribute to IEntity. 3 years ago
SpecializedMethod.cs
SpecializedParameter.cs Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind. 11 months ago
SpecializedProperty.cs
SyntheticRangeIndexer.cs Work on #1204: Add optimized implementation of HasAttribute and GetAttribute to IEntity. 3 years ago
ThreeState.cs
TypeParameterReference.cs
TypeWithElementType.cs
UnknownType.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