| .. |
|
Implementation
|
Add tuple types to type system and syntax tree.
|
8 years ago |
|
Accessibility.cs
|
Add "private protected" support
|
8 years ago |
|
AnonymousType.cs
|
Removed unused TS code: IType.ToTypeReference()
|
8 years ago |
|
ArrayType.cs
|
Removed unused TS code: IType.ToTypeReference()
|
8 years ago |
|
AssemblyLoader.cs
|
Remove unused usings in solution; remove dead code; unify namespaces
|
9 years ago |
|
AssemblyQualifiedTypeName.cs
|
Adjust namespaces
|
9 years ago |
|
ByReferenceType.cs
|
Removed unused TS code: IType.ToTypeReference()
|
8 years ago |
|
CecilLoader.cs
|
Decompile TupleElementNamesAttribute into tuple type syntax.
|
8 years ago |
|
ComHelper.cs
|
Adjust namespaces
|
9 years ago |
|
DecompilerTypeSystem.cs
|
Decompile TupleElementNamesAttribute into tuple type syntax.
|
8 years ago |
|
DomRegion.cs
|
Adjust namespaces
|
9 years ago |
|
Error.cs
|
Adjust namespaces
|
9 years ago |
|
FullTypeName.cs
|
Adjust namespaces
|
9 years ago |
|
IAmbience.cs
|
Remove a bunch of obsolete NRefactory code.
|
8 years ago |
|
IAssembly.cs
|
Use MetadataToken for type lookups within the current assembly.
|
8 years ago |
|
IAttribute.cs
|
Remove some dead code in the type system.
|
8 years ago |
|
ICodeContext.cs
|
Adjust namespaces
|
9 years ago |
|
ICompilation.cs
|
Remove unused IProjectContent+ISolutionSnapshot from type system.
|
8 years ago |
|
IConstantValue.cs
|
Adjust namespaces
|
9 years ago |
|
IDecompilerTypeSystem.cs
|
Improve on #1085 by setting UnknownType.IsReferenceType in more cases.
|
8 years ago |
|
IEntity.cs
|
Add MetadataToken property to type system.
|
8 years ago |
|
IEvent.cs
|
Adjust namespaces
|
9 years ago |
|
IField.cs
|
Remove more dead TypeSystem code: ISymbolReference
|
8 years ago |
|
IFreezable.cs
|
Adjust namespaces
|
9 years ago |
|
IInterningProvider.cs
|
Adjust namespaces
|
9 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
|
9 years ago |
|
INamespace.cs
|
Adjust namespaces
|
9 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 |
|
IProperty.cs
|
Adjust namespaces
|
9 years ago |
|
ISupportsInterning.cs
|
Adjust namespaces
|
9 years ago |
|
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.
|
8 years ago |
|
ITypeParameter.cs
|
Remove some dead code in the type system.
|
8 years ago |
|
ITypeReference.cs
|
Adjust namespaces
|
9 years ago |
|
IUnresolvedFile.cs
|
Remove a bunch of obsolete NRefactory code.
|
8 years ago |
|
IVariable.cs
|
Remove some dead code in the type system.
|
8 years ago |
|
InheritanceHelper.cs
|
Adjust namespaces
|
9 years ago |
|
IntersectionType.cs
|
Removed unused TS code: IType.ToTypeReference()
|
8 years ago |
|
KnownTypeReference.cs
|
Adjust namespaces
|
9 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
|
Add tuple types to type system and syntax tree.
|
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
|
Adjust namespaces
|
9 years ago |
|
ReflectionHelper.cs
|
Fix #1084: Decompiling constants of the target type
|
8 years ago |
|
ReflectionNameParseException.cs
|
Adjust namespaces
|
9 years ago |
|
SimpleTypeResolveContext.cs
|
Adjust namespaces
|
9 years ago |
|
SpecialType.cs
|
Removed unused TS code: IType.ToTypeReference()
|
8 years ago |
|
SpecializingDecompilerTypeSystem.cs
|
Improve on #1085 by setting UnknownType.IsReferenceType in more cases.
|
8 years ago |
|
TaskType.cs
|
Adjust namespaces
|
9 years ago |
|
TopLevelTypeName.cs
|
Adjust namespaces
|
9 years ago |
|
TupleType.cs
|
Decompile TupleElementNamesAttribute into tuple type syntax.
|
8 years ago |
|
TypeKind.cs
|
Add tuple types to type system and syntax tree.
|
8 years ago |
|
TypeParameterSubstitution.cs
|
Use IReadOnlyList<T> instead of IList<T> in the resolved type system.
|
8 years ago |
|
TypeSystemExtensions.cs
|
Remove dead code from type system (CSharpConstantValue).
|
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
|
Add tuple types to type system and syntax tree.
|
8 years ago |
|
TypesHierarchyHelpers.cs
|
Adjust namespaces
|
9 years ago |
|
VarArgInstanceMethod.cs
|
Remove more dead TypeSystem code: ISymbolReference
|
8 years ago |