.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 3c70224441 Fix detection and display of explicitly implemented operators. 3 months ago
..
AbstractFreezable.cs #2128: Reformat the whole code base. 5 years ago
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 10 months ago
BaseTypeCollector.cs #2128: Reformat the whole code base. 5 years ago
CustomAttribute.cs #2128: Reformat the whole code base. 5 years ago
DecimalConstantHelper.cs #2128: Reformat the whole code base. 5 years ago
DecoratedType.cs #2823: Introduce `IType.GetDefinitionOrUnknown()` to allow better detection of async state-machines involving unknown types. 3 years ago
DefaultAssemblyReference.cs #2128: Reformat the whole code base. 5 years ago
DefaultAttribute.cs #2128: Reformat the whole code base. 5 years ago
DefaultParameter.cs Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind. 10 months ago
DefaultTypeParameter.cs #2128: Reformat the whole code base. 5 years ago
DefaultVariable.cs #2128: Reformat the whole code base. 5 years ago
DummyTypeParameter.cs #2128: Reformat the whole code base. 5 years ago
FakeMember.cs Fix "ref readonly" fields. 2 years ago
GetClassTypeReference.cs #2128: Reformat the whole code base. 5 years ago
GetMembersHelper.cs #2128: Reformat the whole code base. 5 years ago
KnownAttributes.cs Add metadata processing for C# 12 'ref readonly' parameters 10 months ago
KnownTypeCache.cs #2128: Reformat the whole code base. 5 years ago
LocalFunctionMethod.cs Work on #1204: Add optimized implementation of HasAttribute and GetAttribute to IEntity. 3 years ago
MergedNamespace.cs #2128: Reformat the whole code base. 5 years ago
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. 3 months ago
MetadataNamespace.cs #2128: Reformat the whole code base. 5 years ago
MetadataParameter.cs Handle ReferenceKind.RefReadOnly in a few more cases 10 months 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 #2128: Reformat the whole code base. 5 years ago
NullabilityAnnotatedType.cs Fix assertion: UnknownType for unresolved reference can still be nullable; only the SpecialType.Unknown cannot. 2 years ago
PinnedType.cs #2128: Reformat the whole code base. 5 years ago
SimpleCompilation.cs #2128: Reformat the whole code base. 5 years ago
SpecializedEvent.cs #2128: Reformat the whole code base. 5 years ago
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 #2128: Reformat the whole code base. 5 years ago
SpecializedParameter.cs Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind. 10 months ago
SpecializedProperty.cs #2128: Reformat the whole code base. 5 years ago
SyntheticRangeIndexer.cs Work on #1204: Add optimized implementation of HasAttribute and GetAttribute to IEntity. 3 years ago
ThreeState.cs Fix a bunch of XmlDoc compiler warnings. 6 years ago
TypeParameterReference.cs #2128: Reformat the whole code base. 5 years ago
TypeWithElementType.cs #2128: Reformat the whole code base. 5 years ago
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