.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.
 
 
 
 
Daniel Grunwald 8f90f3834d Implement support for C# 8 readonly members. 6 years ago
..
AbstractFreezable.cs Namespace adjustments for Syntax classes 9 years ago
AbstractType.cs First attempt at integrating C# nullable reference types into the type system. 6 years ago
AbstractTypeParameter.cs Fix references to nested types in generic classes. 6 years ago
AttributeListBuilder.cs Implement support for C# 8 readonly members. 6 years ago
BaseTypeCollector.cs Adjust namespaces 9 years ago
CustomAttribute.cs Fix #1368: Ignore errors while decoding attribute blobs. 7 years ago
DecimalConstantHelper.cs Fixed bug with decimal optional parameters not being resolved correctly. 7 years ago
DecoratedType.cs First attempt at integrating C# nullable reference types into the type system. 6 years ago
DefaultAssemblyReference.cs Rename IAssembly -> IModule. 7 years ago
DefaultAttribute.cs Fix NullReferenceException in TypeSystemAstBuilder when attribute argument decoding fails. 7 years ago
DefaultParameter.cs Introduce ReferenceKind in IParameter and ByReferenceResolveResult. 6 years ago
DefaultTypeParameter.cs Fix #1659: Missing annotation on generic nullable reference types. 6 years ago
DefaultVariable.cs Fix #1283: handle invalid metadata when decoding constants 7 years ago
DummyTypeParameter.cs Show attributes on type parameter constraints in C# decompilation. 6 years ago
FakeMember.cs Add IMethod.ThisIsRefReadOnly 6 years ago
GetClassTypeReference.cs Rename IAssembly -> IModule. 7 years ago
GetMembersHelper.cs Use resolved TS in member filter predicates. 7 years ago
KnownAttributes.cs Implement detection of custom task implementations + tests. 6 years ago
KnownTypeCache.cs Rename IAssembly -> IModule. 7 years ago
LocalFunctionMethod.cs Add IMethod.ThisIsRefReadOnly 6 years ago
MergedNamespace.cs Rename IAssembly -> IModule. 7 years ago
MetadataEvent.cs Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4. 6 years ago
MetadataField.cs Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4. 6 years ago
MetadataMethod.cs Implement support for C# 8 readonly members. 6 years ago
MetadataNamespace.cs Rename IAssembly -> IModule. 7 years ago
MetadataParameter.cs Introduce ReferenceKind in IParameter and ByReferenceResolveResult. 6 years ago
MetadataProperty.cs Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4. 6 years ago
MetadataTypeDefinition.cs Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4. 6 years ago
MetadataTypeParameter.cs Show attributes on type parameter constraints in C# decompilation. 6 years ago
MinimalCorlib.cs Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4. 6 years ago
NestedTypeReference.cs Remove more dead TypeSystem code: ISymbolReference 7 years ago
NullabilityAnnotatedType.cs Show attributes on type parameter constraints in C# decompilation. 6 years ago
PinnedType.cs Merge branch 'split-variables' 7 years ago
SimpleCompilation.cs Merge IDecompilerTypeSystem with ICompilation. 7 years ago
SpecializedEvent.cs Implement MetadataEvent and re-work the representation of attribute arguments. 7 years ago
SpecializedField.cs Fix #1283: handle invalid metadata when decoding constants 7 years ago
SpecializedMember.cs Rename IAssembly -> IModule. 7 years ago
SpecializedMethod.cs Add IMethod.ThisIsRefReadOnly 6 years ago
SpecializedParameter.cs Introduce ReferenceKind in IParameter and ByReferenceResolveResult. 6 years ago
SpecializedProperty.cs Add MetadataProperty. 7 years ago
ThreeState.cs Fix a bunch of XmlDoc compiler warnings. 6 years ago
TypeParameterReference.cs Remove more dead TypeSystem code: ISymbolReference 7 years ago
TypeWithElementType.cs Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4. 6 years ago
UnknownType.cs Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4. 6 years ago