.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.
 
 
 
 
Siegfried Pammer 4bf9487ecd Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind. 10 months ago
..
Expressions Add support for simple constant patterns. 2 years ago
GeneralScope Add support for C# 10 record structs. 3 years ago
PatternMatching #2128: Reformat the whole code base. 5 years ago
Statements #nullable enable for AstNode 4 years ago
TypeMembers Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind. 10 months ago
AstNode.cs Fix nullability warnings in AstNode and XmlDocumentationElement. 3 years ago
AstNodeCollection.cs #2128: Reformat the whole code base. 5 years ago
AstType.cs #2128: Reformat the whole code base. 5 years ago
CSharpModifierToken.cs Use "static abstract" instead of "abstract static". 3 years ago
CSharpTokenNode.cs Fix #2413: Avoid global state in `TokenRole`. 4 years ago
ComposedType.cs #nullable enable for AstNode 4 years ago
DepthFirstAstVisitor.cs Add support for simple recursive patterns where the sub pattern is a simple type pattern. 2 years ago
DocumentationReference.cs #2128: Reformat the whole code base. 5 years ago
FunctionPointerAstType.cs Add support for .NET 5 custom calling conventions. 5 years ago
IAnnotatable.cs #2128: Reformat the whole code base. 5 years ago
IAstVisitor.cs Add support for simple recursive patterns where the sub pattern is a simple type pattern. 2 years 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 Add support for primary constructor syntax. 4 years ago
MemberType.cs #2128: Reformat the whole code base. 5 years ago
Modifiers.cs Add support for C# 11 required members. 3 years ago
NodeType.cs Adjust namespaces 9 years ago
PrimitiveType.cs #2128: Reformat the whole code base. 5 years ago
Role.cs #nullable enable for AstNode 4 years ago
Roles.cs Add support for C# 10 record structs. 3 years ago
SimpleType.cs #2128: Reformat the whole code base. 5 years 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`. 4 years ago
TupleAstType.cs #2128: Reformat the whole code base. 5 years ago
TypeSystemAstBuilder.cs Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind. 10 months ago
VariableDesignation.cs Refactor ForeachStatement to support deconstruction 5 years ago