.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 2a8d8969d9 Remove assertions from CreateFakeField and CreateFakeMethod. 8 years ago
..
Implementation Fix bugs when dealing with pinned local vars and varargs methods 8 years ago
Accessibility.cs Add "private protected" support 9 years ago
AnonymousType.cs Remove some dead code in the type system. 8 years ago
ArrayType.cs Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 8 years ago
AssemblyQualifiedTypeName.cs Adjust namespaces 10 years ago
ByReferenceType.cs Adjust namespaces 10 years ago
ComHelper.cs Adjust namespaces 10 years ago
DecompilerTypeSystem.cs Remove assertions from CreateFakeField and CreateFakeMethod. 8 years ago
DefaultSolutionSnapshot.cs Adjust namespaces 10 years ago
DomRegion.cs Adjust namespaces 10 years ago
Error.cs Adjust namespaces 10 years ago
FullTypeName.cs Fix bug in FullTypeName.GetDeclaringType 9 years ago
IAmbience.cs Remove a bunch of obsolete NRefactory code. 9 years ago
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. 8 years ago
ICodeContext.cs Adjust namespaces 10 years ago
ICompilation.cs Adjust namespaces 10 years ago
IConstantValue.cs Adjust namespaces 10 years ago
IDecompilerTypeSystem.cs Fix bugs when dealing with pinned local vars and varargs methods 8 years ago
IEntity.cs Merge branch 'master' of github.com:icsharpcode/ILSpy into srm 8 years ago
IEvent.cs Adjust namespaces 10 years ago
IField.cs Remove more dead TypeSystem code: ISymbolReference 8 years ago
IFreezable.cs Adjust namespaces 10 years ago
IInterningProvider.cs Adjust namespaces 10 years ago
IMember.cs Remove more dead TypeSystem code: ISymbolReference 8 years ago
IMethod.cs Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 8 years ago
INamedElement.cs Adjust namespaces 10 years ago
INamespace.cs Adjust namespaces 10 years ago
IParameter.cs Remove some dead code in the type system. 8 years ago
IParameterizedMember.cs Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 8 years ago
IProjectContent.cs Remove a bunch of obsolete NRefactory code. 9 years ago
IProperty.cs Adjust namespaces 10 years ago
ISolutionSnapshot.cs Adjust namespaces 10 years ago
ISupportsInterning.cs Adjust namespaces 10 years ago
ISymbol.cs Remove more dead TypeSystem code: ISymbolReference 8 years ago
IType.cs Fix #1085: The type system can now parameterize not just type definitions, but also unknown types. 8 years ago
ITypeDefinition.cs Fix #1085: The type system can now parameterize not just type definitions, but also unknown types. 8 years ago
ITypeParameter.cs Remove some dead code in the type system. 8 years ago
ITypeReference.cs Adjust namespaces 10 years ago
IUnresolvedFile.cs Remove a bunch of obsolete NRefactory code. 9 years ago
IVariable.cs Remove some dead code in the type system. 8 years ago
InheritanceHelper.cs Adjust namespaces 10 years ago
IntersectionType.cs Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 8 years ago
KnownTypeReference.cs Commit of non-compiling WIP 9 years ago
MetadataLoader.cs Fix bug with parameters in method and properties that do not have an associated parameter handle. 8 years ago
NullableType.cs Fix #1085: The type system can now parameterize not just type definitions, but also unknown types. 8 years ago
ParameterListComparer.cs Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 8 years ago
ParameterizedType.cs Fix #1085: The type system can now parameterize not just type definitions, but also unknown types. 8 years ago
PointerType.cs Adjust namespaces 10 years ago
ReferenceResolvingException.cs Adjust namespaces 10 years ago
ReflectionHelper.cs Fix #1084: Decompiling constants of the target type 8 years ago
ReflectionNameParseException.cs Adjust namespaces 10 years ago
SimpleTypeResolveContext.cs Adjust namespaces 10 years ago
SpecialType.cs Adjust namespaces 10 years ago
SpecializingDecompilerTypeSystem.cs Fix bugs when dealing with pinned local vars and varargs methods 8 years ago
TaskType.cs Adjust namespaces 10 years ago
TopLevelTypeName.cs Adjust namespaces 10 years ago
TypeKind.cs Namespace adjustments for Syntax classes 10 years ago
TypeParameterSubstitution.cs Use IReadOnlyList<T> instead of IList<T> in the resolved type system. 8 years ago
TypeSystemExtensions.cs Merge branch 'master' of 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. 8 years ago
TypeVisitor.cs Adjust namespaces 10 years ago
VarArgInstanceMethod.cs Merge branch 'master' of github.com:icsharpcode/ILSpy into srm 8 years ago