.. |
Implementation
|
Merge pull request #1797 from yyjdelete/localFunc
|
5 years ago |
Accessibility.cs
|
Simplify handling of accessibilities.
|
6 years ago |
ApplyAttributeTypeVisitor.cs
|
Upgrade C# 8.0 nullability support for Roslyn 3.2.0-beta4.
|
6 years ago |
ArrayType.cs
|
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
|
6 years ago |
AssemblyQualifiedTypeName.cs
|
…
|
|
ByReferenceType.cs
|
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
|
6 years ago |
ComHelper.cs
|
…
|
|
DecompilerTypeSystem.cs
|
Implement support for C# 8 readonly members.
|
6 years ago |
FullTypeName.cs
|
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
|
6 years ago |
GenericContext.cs
|
…
|
|
IAssembly.cs
|
…
|
|
IAttribute.cs
|
…
|
|
ICodeContext.cs
|
…
|
|
ICompilation.cs
|
…
|
|
IDecompilerTypeSystem.cs
|
…
|
|
IEntity.cs
|
…
|
|
IEvent.cs
|
…
|
|
IField.cs
|
…
|
|
IFreezable.cs
|
…
|
|
IInterningProvider.cs
|
…
|
|
IMember.cs
|
…
|
|
IMethod.cs
|
Implement support for C# 8 readonly members.
|
6 years ago |
INamedElement.cs
|
…
|
|
INamespace.cs
|
…
|
|
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
|
…
|
|
IVariable.cs
|
Fix #1283: handle invalid metadata when decoding constants
|
6 years ago |
InheritanceHelper.cs
|
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
|
6 years ago |
IntersectionType.cs
|
…
|
|
KnownTypeReference.cs
|
Add support for await using statements.
|
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
|
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
|
6 years ago |
ParameterListComparer.cs
|
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
|
6 years ago |
ParameterizedType.cs
|
#1749: Represent multi-instruction BlockContainers in expression-context as inlined delegate invocation.
|
6 years ago |
PointerType.cs
|
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
|
6 years ago |
ReferenceResolvingException.cs
|
…
|
|
ReflectionHelper.cs
|
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
|
6 years ago |
ReflectionNameParseException.cs
|
…
|
|
SimpleTypeResolveContext.cs
|
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
|
6 years ago |
SpecialType.cs
|
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
|
6 years ago |
TaskType.cs
|
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
|
6 years ago |
TopLevelTypeName.cs
|
Fix CA1507:UseNameofInPlaceOfString, adjust formatting of some older source files copied from NRefactory.
|
6 years ago |
TupleType.cs
|
TypeInference: add support for nullability annotated types
|
6 years ago |
TypeKind.cs
|
Fix a bunch of XmlDoc compiler warnings.
|
6 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!`.
|
6 years ago |
TypeProvider.cs
|
Fix #1570: Handle ReflectionNameParseException when decoding invalid attribute arguments
|
6 years ago |
TypeSystemExtensions.cs
|
Fix #1785: Only use System.MathF, if it is available in the used framework.
|
5 years ago |
TypeUtils.cs
|
Fix #1794: Avoid extra cast to double for ulong -> float conversion
|
6 years ago |
TypeVisitor.cs
|
First attempt at integrating C# nullable reference types into the type system.
|
6 years ago |
VarArgInstanceMethod.cs
|
Add IMethod.ThisIsRefReadOnly
|
6 years ago |