.. |
Implementation
|
Merge pull request #1652 from icsharpcode/custom-task
|
6 years ago |
Accessibility.cs
|
…
|
|
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
|
…
|
|
DecompilerTypeSystem.cs
|
Apply changes as requested per code review.
|
6 years ago |
FullTypeName.cs
|
…
|
|
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
|
…
|
|
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
|
…
|
|
IField.cs
|
…
|
|
IFreezable.cs
|
…
|
|
IInterningProvider.cs
|
…
|
|
IMember.cs
|
…
|
|
IMethod.cs
|
Refactor/Clean up local functions representation in type system.
|
6 years ago |
INamedElement.cs
|
…
|
|
INamespace.cs
|
Rename IAssembly -> IModule.
|
7 years ago |
IParameter.cs
|
Introduce ReferenceKind in IParameter and ByReferenceResolveResult.
|
6 years ago |
IParameterizedMember.cs
|
…
|
|
IProperty.cs
|
…
|
|
ISupportsInterning.cs
|
…
|
|
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
|
7 years ago |
InheritanceHelper.cs
|
…
|
|
IntersectionType.cs
|
…
|
|
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
|
…
|
|
ReferenceResolvingException.cs
|
…
|
|
ReflectionHelper.cs
|
Merge IDecompilerTypeSystem with ICompilation.
|
7 years ago |
ReflectionNameParseException.cs
|
…
|
|
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
|
…
|
|
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 |