..
Implementation
Fix #1629 : Add support for `[module: NullablePublicOnly]`
6 years ago
Accessibility.cs
Fix #1629 : Add support for `[module: NullablePublicOnly]`
6 years ago
ApplyAttributeTypeVisitor.cs
Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4.
7 years ago
ArrayType.cs
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
7 years ago
AssemblyQualifiedTypeName.cs
Rename IAssembly -> IModule.
8 years ago
ByReferenceType.cs
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
7 years ago
ComHelper.cs
Don't cache attributes in the type system.
8 years ago
DecompilerTypeSystem.cs
Implement support for C# 8 readonly members.
7 years ago
FullTypeName.cs
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
7 years ago
GenericContext.cs
Fix some type system bugs.
8 years ago
IAssembly.cs
IModule should implement ISymbol.
8 years ago
IAttribute.cs
Fix NullReferenceException in TypeSystemAstBuilder when attribute argument decoding fails.
8 years ago
ICodeContext.cs
Adjust namespaces
9 years ago
ICompilation.cs
Merge IDecompilerTypeSystem with ICompilation.
8 years ago
IDecompilerTypeSystem.cs
Merge IDecompilerTypeSystem with ICompilation.
8 years ago
IEntity.cs
Rename IAssembly -> IModule.
8 years ago
IEvent.cs
Remove unresolved TS interfaces.
8 years ago
IField.cs
Remove unresolved TS interfaces.
8 years ago
IFreezable.cs
Adjust namespaces
9 years ago
IInterningProvider.cs
Adjust namespaces
9 years ago
IMember.cs
Remove unresolved TS interfaces.
8 years ago
IMethod.cs
Implement support for C# 8 readonly members.
7 years ago
INamedElement.cs
Adjust namespaces
9 years ago
INamespace.cs
Rename IAssembly -> IModule.
8 years ago
IParameter.cs
Introduce ReferenceKind in IParameter and ByReferenceResolveResult.
7 years ago
IParameterizedMember.cs
Remove unresolved TS interfaces.
8 years ago
IProperty.cs
Fix #1943 : "ref readonly" returns from properties/indexers
6 years ago
ISupportsInterning.cs
Adjust namespaces
9 years ago
ISymbol.cs
Fix #1943 : "ref readonly" returns from properties/indexers
6 years ago
IType.cs
First attempt at integrating C# nullable reference types into the type system.
7 years ago
ITypeDefinition.cs
Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4.
7 years ago
ITypeParameter.cs
Show attributes on type parameter constraints in C# decompilation.
7 years ago
ITypeReference.cs
Rename IAssembly -> IModule.
8 years ago
IVariable.cs
Fix #1283 : handle invalid metadata when decoding constants
7 years ago
InheritanceHelper.cs
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
7 years ago
IntersectionType.cs
Use resolved TS in member filter predicates.
8 years ago
KnownTypeReference.cs
Add support for await using statements.
7 years ago
MetadataModule.cs
Fix #1629 : Add support for `[module: NullablePublicOnly]`
6 years ago
ModifiedType.cs
First attempt at integrating C# nullable reference types into the type system.
7 years ago
NormalizeTypeVisitor.cs
Fix TypeErasure not removing all nullability annotations.
7 years ago
Nullability.cs
First attempt at integrating C# nullable reference types into the type system.
7 years ago
NullableType.cs
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
7 years ago
ParameterListComparer.cs
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
7 years ago
ParameterizedType.cs
#1749 : Represent multi-instruction BlockContainers in expression-context as inlined delegate invocation.
7 years ago
PointerType.cs
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
7 years ago
ReferenceResolvingException.cs
Adjust namespaces
9 years ago
ReflectionHelper.cs
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
7 years ago
ReflectionNameParseException.cs
Adjust namespaces
9 years ago
SimpleTypeResolveContext.cs
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
7 years ago
SpecialType.cs
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
7 years ago
TaskType.cs
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
7 years ago
TopLevelTypeName.cs
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
7 years ago
TupleType.cs
TypeInference: add support for nullability annotated types
7 years ago
TypeKind.cs
Fix a bunch of XmlDoc compiler warnings.
7 years ago
TypeParameterSubstitution.cs
Subtituting `T!` with `T=string` where the caller is in null-oblivious code now results in oblivious `string` instead of `string!`.
7 years ago
TypeProvider.cs
Fix #1570 : Handle ReflectionNameParseException when decoding invalid attribute arguments
7 years ago
TypeSystemExtensions.cs
Fix #1785 : Only use System.MathF, if it is available in the used framework.
6 years ago
TypeUtils.cs
Fix #1794 : Avoid extra cast to double for ulong -> float conversion
7 years ago
TypeVisitor.cs
First attempt at integrating C# nullable reference types into the type system.
7 years ago
VarArgInstanceMethod.cs
Add IMethod.ThisIsRefReadOnly
7 years ago