.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 4e654cff38 Merge branch 'master' into srm 8 years ago
..
Implementation Merge branch 'master' into srm 8 years ago
Accessibility.cs Add "private protected" support 9 years ago
AnonymousType.cs Removed unused TS code: IType.ToTypeReference() 8 years ago
ArrayType.cs Removed unused TS code: IType.ToTypeReference() 8 years ago
AssemblyQualifiedTypeName.cs
ByReferenceType.cs Removed unused TS code: IType.ToTypeReference() 8 years ago
ComHelper.cs
DecompilerTypeSystem.cs Merge branch 'master' into srm 8 years ago
DomRegion.cs
Error.cs
FullTypeName.cs Fix bug in FullTypeName.GetDeclaringType 9 years ago
IAmbience.cs
IAssembly.cs Merge branch 'master' of github.com:icsharpcode/ILSpy into srm 8 years ago
IAttribute.cs Remove some dead code in the type system. 9 years ago
ICodeContext.cs
ICompilation.cs Remove unused IProjectContent+ISolutionSnapshot from type system. 8 years ago
IConstantValue.cs
IDecompilerTypeSystem.cs WIP 8 years ago
IEntity.cs Merge branch 'master' of github.com:icsharpcode/ILSpy into srm 8 years ago
IEvent.cs
IField.cs Remove more dead TypeSystem code: ISymbolReference 8 years ago
IFreezable.cs
IInterningProvider.cs
IMember.cs Add support for C# 7 tuple types: 8 years ago
IMethod.cs Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 9 years ago
INamedElement.cs
INamespace.cs
IParameter.cs Remove some dead code in the type system. 9 years ago
IParameterizedMember.cs Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 9 years ago
IProperty.cs
ISupportsInterning.cs
ISymbol.cs Remove more dead TypeSystem code: ISymbolReference 8 years ago
IType.cs Removed unused TS code: IType.ToTypeReference() 8 years ago
ITypeDefinition.cs Fix #1085: The type system can now parameterize not just type definitions, but also unknown types. 9 years ago
ITypeParameter.cs Remove some dead code in the type system. 9 years ago
ITypeReference.cs
IUnresolvedFile.cs
IVariable.cs Remove some dead code in the type system. 9 years ago
InheritanceHelper.cs
IntersectionType.cs Removed unused TS code: IType.ToTypeReference() 8 years ago
KnownTypeReference.cs Commit of non-compiling WIP 9 years ago
MetadataLoader.cs Merge branch 'master' into srm 8 years ago
NormalizeTypeVisitor.cs Type system: add support for tuple conversions. 8 years ago
NullableType.cs Fix #1085: The type system can now parameterize not just type definitions, but also unknown types. 9 years ago
ParameterListComparer.cs Add support for C# 7 tuple types: 8 years ago
ParameterizedType.cs Add tuple types to type system and syntax tree. 8 years ago
PointerType.cs Removed unused TS code: IType.ToTypeReference() 8 years ago
ReferenceResolvingException.cs
ReflectionHelper.cs Fix #1084: Decompiling constants of the target type 9 years ago
ReflectionNameParseException.cs
SimpleTypeResolveContext.cs
SpecialType.cs Distinguish between unknown type and no type. 8 years ago
SpecializingDecompilerTypeSystem.cs WIP 8 years ago
TaskType.cs
TopLevelTypeName.cs
TupleType.cs Merge branch 'master' into srm 8 years ago
TypeKind.cs Distinguish between unknown type and no type. 8 years ago
TypeParameterSubstitution.cs Add support for C# 7 tuple types: 8 years ago
TypeSystemExtensions.cs Merge branch 'master' of https://github.com/icsharpcode/ILSpy into srm 8 years ago
TypeUtils.cs #1085: Keep track of whether an unresolved type is a class type or a value type. 9 years ago
TypeVisitor.cs Add tuple types to type system and syntax tree. 8 years ago
VarArgInstanceMethod.cs Merge branch 'master' into srm 8 years ago