.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.
 
 
 
 
Daniel Grunwald 71d3120b94 #2552: Initial support for null coalescing assignment (`??=`). 4 months ago
..
Expressions #2552: Initial support for null coalescing assignment (`??=`). 4 months ago
GeneralScope Add support for C# 10 record structs. 4 years ago
PatternMatching #2128: Reformat the whole code base. 5 years ago
Statements #nullable enable for AstNode 5 years ago
TypeMembers Add ExtensionDeclaration syntax node 5 months ago
AstNode.cs Fix nullability warnings in AstNode and XmlDocumentationElement. 4 years ago
AstNodeCollection.cs #2128: Reformat the whole code base. 5 years ago
AstType.cs Remove ToTypeReference: Implement ParseReflectionName with SRM TypeName. 5 months ago
CSharpModifierToken.cs Use "static abstract" instead of "abstract static". 3 years ago
CSharpTokenNode.cs Fix #2413: Avoid global state in `TokenRole`. 5 years ago
ComposedType.cs Remove ToTypeReference: Implement ParseReflectionName with SRM TypeName. 5 months ago
DepthFirstAstVisitor.cs Add ExtensionDeclaration syntax node 5 months ago
DocumentationReference.cs #2128: Reformat the whole code base. 5 years ago
FunctionPointerAstType.cs Remove ToTypeReference: Implement ParseReflectionName with SRM TypeName. 5 months ago
IAnnotatable.cs #2128: Reformat the whole code base. 5 years ago
IAstVisitor.cs Add ExtensionDeclaration syntax node 5 months ago
Identifier.cs #2128: Reformat the whole code base. 5 years ago
IdentifierExpressionBackreference.cs #2128: Reformat the whole code base. 5 years ago
InvocationAstType.cs Remove ToTypeReference: Implement ParseReflectionName with SRM TypeName. 5 months ago
MemberType.cs Remove ToTypeReference: Implement ParseReflectionName with SRM TypeName. 5 months ago
Modifiers.cs Add support for C# 11 required members. 3 years ago
NodeType.cs Adjust namespaces 9 years ago
PrimitiveType.cs Remove ToTypeReference: Implement ParseReflectionName with SRM TypeName. 5 months ago
Role.cs #nullable enable for AstNode 5 years ago
Roles.cs Revert "Add support for C# 11 parameter null checks" 1 year ago
SimpleType.cs Remove ToTypeReference: Implement ParseReflectionName with SRM TypeName. 5 months ago
SyntaxExtensions.cs #2128: Reformat the whole code base. 5 years ago
SyntaxTree.cs #2128: Reformat the whole code base. 5 years ago
TextLocation.cs #2128: Reformat the whole code base. 5 years ago
TokenRole.cs Fix #2413: Avoid global state in `TokenRole`. 5 years ago
TupleAstType.cs Remove ToTypeReference: Implement ParseReflectionName with SRM TypeName. 5 months ago
TypeSystemAstBuilder.cs Rename ResolvedUsingScope to UsingScope 5 months ago
VariableDesignation.cs Refactor ForeachStatement to support deconstruction 5 years ago