..
Implementation
Fix #2282 : Finalizers must be void and cannot be declared in interfaces
5 years ago
Accessibility.cs
#2128 : Reformat the whole code base.
5 years ago
ApplyAttributeTypeVisitor.cs
Properly support `calli` instruction and its interaction with function pointer types.
5 years ago
ArrayType.cs
#2128 : Reformat the whole code base.
5 years ago
AssemblyQualifiedTypeName.cs
#2128 : Reformat the whole code base.
5 years ago
ByReferenceType.cs
#2128 : Reformat the whole code base.
5 years ago
ComHelper.cs
#2128 : Reformat the whole code base.
5 years ago
DecompilerTypeSystem.cs
Add ResolveAsync() method to IAssemblyResolver interface.
4 years ago
FullTypeName.cs
#2128 : Reformat the whole code base.
5 years ago
FunctionPointerType.cs
Remove unused code ( #2294 )
4 years ago
GenericContext.cs
#2128 : Reformat the whole code base.
5 years ago
IAssembly.cs
#2128 : Reformat the whole code base.
5 years ago
IAttribute.cs
#2128 : Reformat the whole code base.
5 years ago
ICodeContext.cs
#2128 : Reformat the whole code base.
5 years ago
ICompilation.cs
#2128 : Reformat the whole code base.
5 years ago
IDecompilerTypeSystem.cs
#2128 : Reformat the whole code base.
5 years ago
IEntity.cs
#2128 : Reformat the whole code base.
5 years ago
IEvent.cs
#2128 : Reformat the whole code base.
5 years ago
IField.cs
#2128 : Reformat the whole code base.
5 years ago
IFreezable.cs
#2128 : Reformat the whole code base.
5 years ago
IInterningProvider.cs
#2128 : Reformat the whole code base.
5 years ago
IMember.cs
#2128 : Reformat the whole code base.
5 years ago
IMethod.cs
#2128 : Reformat the whole code base.
5 years ago
INamedElement.cs
#2128 : Reformat the whole code base.
5 years ago
INamespace.cs
#2128 : Reformat the whole code base.
5 years ago
IParameter.cs
#2128 : Reformat the whole code base.
5 years ago
IParameterizedMember.cs
Remove unresolved TS interfaces.
7 years ago
IProperty.cs
#2128 : Reformat the whole code base.
5 years ago
ISupportsInterning.cs
#2128 : Reformat the whole code base.
5 years ago
ISymbol.cs
#2128 : Reformat the whole code base.
5 years ago
IType.cs
#2128 : Reformat the whole code base.
5 years ago
ITypeDefinition.cs
Use "record" instead of "class" for C# 9 record class types.
5 years ago
ITypeParameter.cs
#2128 : Reformat the whole code base.
5 years ago
ITypeReference.cs
#2128 : Reformat the whole code base.
5 years ago
IVariable.cs
#2128 : Reformat the whole code base.
5 years ago
InheritanceHelper.cs
#2128 : Reformat the whole code base.
5 years ago
IntersectionType.cs
#2128 : Reformat the whole code base.
5 years ago
KnownTypeReference.cs
#2128 : Reformat the whole code base.
5 years ago
MetadataModule.cs
#2198 : Make ILSpy more resilient in case of obfuscated assemblies.
5 years ago
ModifiedType.cs
#2128 : Reformat the whole code base.
5 years ago
NormalizeTypeVisitor.cs
#2128 : Reformat the whole code base.
5 years ago
Nullability.cs
First attempt at integrating C# nullable reference types into the type system.
6 years ago
NullableType.cs
#2128 : Reformat the whole code base.
5 years ago
ParameterListComparer.cs
#2128 : Reformat the whole code base.
5 years ago
ParameterizedType.cs
Remove unused code ( #2294 )
4 years ago
PointerType.cs
#2128 : Reformat the whole code base.
5 years ago
ReferenceResolvingException.cs
Adjust namespaces
9 years ago
ReflectionHelper.cs
#2128 : Reformat the whole code base.
5 years ago
ReflectionNameParseException.cs
#2128 : Reformat the whole code base.
5 years ago
SimpleTypeResolveContext.cs
#2128 : Reformat the whole code base.
5 years ago
SpecialType.cs
#2128 : Reformat the whole code base.
5 years ago
TaskType.cs
#2128 : Reformat the whole code base.
5 years ago
TopLevelTypeName.cs
#2128 : Reformat the whole code base.
5 years ago
TupleType.cs
#2128 : Reformat the whole code base.
5 years ago
TypeKind.cs
Add support for decoding function pointer types in signatures.
5 years ago
TypeParameterSubstitution.cs
#2128 : Reformat the whole code base.
5 years ago
TypeProvider.cs
#2241 : Fix possible NRE in TypeProvider.GetTypeFromReference
5 years ago
TypeSystemExtensions.cs
Records: support generic records
5 years ago
TypeUtils.cs
Properly support `calli` instruction and its interaction with function pointer types.
5 years ago
TypeVisitor.cs
Add support for decoding function pointer types in signatures.
5 years ago
VarArgInstanceMethod.cs
#2128 : Reformat the whole code base.
5 years ago