.. |
Implementation
|
Implement detection of custom task implementations + tests.
|
6 years ago |
Accessibility.cs
|
Clean up type system interfaces.
|
7 years ago |
ApplyAttributeTypeVisitor.cs
|
Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4.
|
6 years ago |
ArrayType.cs
|
Add test for C# 8 nullable reference types; and fix some bugs.
|
6 years ago |
AssemblyQualifiedTypeName.cs
|
Rename IAssembly -> IModule.
|
7 years ago |
ByReferenceType.cs
|
Introduce IType.IsByRefLike.
|
7 years ago |
ComHelper.cs
|
Don't cache attributes in the type system.
|
7 years ago |
DecompilerTypeSystem.cs
|
Apply changes as requested per code review.
|
6 years ago |
FullTypeName.cs
|
Started work on new resolved TS implementation that directly uses SRM.
|
7 years ago |
GenericContext.cs
|
Fix some type system bugs.
|
7 years ago |
IAssembly.cs
|
IModule should implement ISymbol.
|
7 years ago |
IAttribute.cs
|
Fix NullReferenceException in TypeSystemAstBuilder when attribute argument decoding fails.
|
7 years ago |
ICodeContext.cs
|
Adjust namespaces
|
9 years ago |
ICompilation.cs
|
Merge IDecompilerTypeSystem with ICompilation.
|
7 years ago |
IDecompilerTypeSystem.cs
|
Merge IDecompilerTypeSystem with ICompilation.
|
7 years ago |
IEntity.cs
|
Rename IAssembly -> IModule.
|
7 years ago |
IEvent.cs
|
Remove unresolved TS interfaces.
|
7 years ago |
IField.cs
|
Remove unresolved TS interfaces.
|
7 years ago |
IFreezable.cs
|
Adjust namespaces
|
9 years ago |
IInterningProvider.cs
|
Adjust namespaces
|
9 years ago |
IMember.cs
|
Remove unresolved TS interfaces.
|
7 years ago |
IMethod.cs
|
Refactor/Clean up local functions representation in type system.
|
6 years ago |
INamedElement.cs
|
Adjust namespaces
|
9 years ago |
INamespace.cs
|
Rename IAssembly -> IModule.
|
7 years ago |
IParameter.cs
|
Introduce ReferenceKind in IParameter and ByReferenceResolveResult.
|
6 years ago |
IParameterizedMember.cs
|
Remove unresolved TS interfaces.
|
7 years ago |
IProperty.cs
|
Remove unresolved TS interfaces.
|
7 years ago |
ISupportsInterning.cs
|
Adjust namespaces
|
9 years ago |
ISymbol.cs
|
Show attributes on type parameter constraints in C# decompilation.
|
6 years ago |
IType.cs
|
First attempt at integrating C# nullable reference types into the type system.
|
6 years ago |
ITypeDefinition.cs
|
Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4.
|
6 years ago |
ITypeParameter.cs
|
Show attributes on type parameter constraints in C# decompilation.
|
6 years ago |
ITypeReference.cs
|
Rename IAssembly -> IModule.
|
7 years ago |
IVariable.cs
|
Fix #1283: handle invalid metadata when decoding constants
|
6 years ago |
InheritanceHelper.cs
|
Add overrides / interface implementation analyzers
|
7 years ago |
IntersectionType.cs
|
Use resolved TS in member filter predicates.
|
7 years ago |
KnownTypeReference.cs
|
#1499, #1240: Translate pointer arithmetic on managed pointers (ref T) using the System.Runtime.CompilerServices.Unsafe intrinsics
|
6 years ago |
MetadataModule.cs
|
#1349: Fix type substitution for members of unknown generic types (due to unresolved references)
|
6 years ago |
ModifiedType.cs
|
First attempt at integrating C# nullable reference types into the type system.
|
6 years ago |
NormalizeTypeVisitor.cs
|
Fix TypeErasure not removing all nullability annotations.
|
6 years ago |
Nullability.cs
|
First attempt at integrating C# nullable reference types into the type system.
|
6 years ago |
NullableType.cs
|
#1195: Fix several issues decompiling SharpSvn.dll (C++/CLI)
|
7 years ago |
ParameterListComparer.cs
|
Introduce ReferenceKind in IParameter and ByReferenceResolveResult.
|
6 years ago |
ParameterizedType.cs
|
Fix #1597: Incorrect handling of nullability annotations during generic type substitution.
|
6 years ago |
PointerType.cs
|
Removed unused TS code: IType.ToTypeReference()
|
7 years ago |
ReferenceResolvingException.cs
|
Adjust namespaces
|
9 years ago |
ReflectionHelper.cs
|
Merge IDecompilerTypeSystem with ICompilation.
|
7 years ago |
ReflectionNameParseException.cs
|
Adjust namespaces
|
9 years ago |
SimpleTypeResolveContext.cs
|
Rename IAssembly -> IModule.
|
7 years ago |
SpecialType.cs
|
Fix #1442: Allow "dynamic?" in the type system.
|
6 years ago |
TaskType.cs
|
Implement detection of custom task implementations + tests.
|
6 years ago |
TopLevelTypeName.cs
|
Started work on new resolved TS implementation that directly uses SRM.
|
7 years ago |
TupleType.cs
|
Improve decompiler behavior is System.ValueTuple exists in multiple referenced assemblies.
|
6 years ago |
TypeKind.cs
|
Fix a bunch of XmlDoc compiler warnings.
|
6 years ago |
TypeParameterSubstitution.cs
|
Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead.
|
7 years ago |
TypeProvider.cs
|
Fix #1570: Handle ReflectionNameParseException when decoding invalid attribute arguments
|
6 years ago |
TypeSystemExtensions.cs
|
Fix a bunch of XmlDoc compiler warnings.
|
6 years ago |
TypeUtils.cs
|
Fix #1308: Consider type hint in ldc.i8 translation.
|
7 years ago |
TypeVisitor.cs
|
First attempt at integrating C# nullable reference types into the type system.
|
6 years ago |
VarArgInstanceMethod.cs
|
Apply changes as requested per code review.
|
6 years ago |