.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jeremy Pritts c1ecf1ae9c
Handle explicit optional parameter after default parameter (#3470)
1 month ago
..
Implementation Handle explicit optional parameter after default parameter (#3470) 1 month ago
Accessibility.cs
ApplyAttributeTypeVisitor.cs Remove ApplyPdbLocalTypeInfoTypeVisitor (merge it into ApplyAttributeTypeVisitor) 11 months ago
ArrayType.cs
AssemblyQualifiedTypeName.cs
ByReferenceType.cs
ComHelper.cs
DecompilerTypeSystem.cs Fix #3253: Remove duplicate assembly references keeping the ones with the highest version. 8 months ago
FullTypeName.cs
FunctionPointerType.cs Transform RequiresLocationAttribute to 'ref readonly' on function pointers. 11 months ago
GenericContext.cs
IAssembly.cs XML doc corrections 9 months ago
IAttribute.cs
ICodeContext.cs
ICompilation.cs
IDecompilerTypeSystem.cs
IEntity.cs
IEvent.cs
IField.cs
IFreezable.cs
IInterningProvider.cs
IMember.cs
IMethod.cs
INamedElement.cs
INamespace.cs
IParameter.cs Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind. 11 months ago
IParameterizedMember.cs
IProperty.cs
ISupportsInterning.cs
ISymbol.cs
IType.cs
ITypeDefinition.cs
ITypeDefinitionOrUnknown.cs
ITypeParameter.cs
ITypeReference.cs
IVariable.cs
InheritanceHelper.cs Fix #3457: NRE when creating Mermaid diagram of assembly with (possibly) missing references. 2 months ago
IntersectionType.cs
KnownTypeReference.cs
MetadataModule.cs
ModifiedType.cs
NormalizeTypeVisitor.cs
Nullability.cs
NullableType.cs
ParameterListComparer.cs
ParameterizedType.cs
PointerType.cs
ReferenceResolvingException.cs
ReflectionHelper.cs
ReflectionNameParseException.cs
SimpleTypeResolveContext.cs
SpecialType.cs
TaskType.cs
TopLevelTypeName.cs
TupleType.cs
TypeKind.cs
TypeParameterSubstitution.cs
TypeProvider.cs
TypeSystemExtensions.cs Handle explicit optional parameter after default parameter (#3470) 1 month ago
TypeUtils.cs
TypeVisitor.cs
VarArgInstanceMethod.cs