.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 db7d507138 Fix #2615: Overflow check did not work reliably due to fp rounding error 5 years ago
..
Expressions Translate MatchInstruction to BinaryOperatorExpression with BinaryOperatorType.IsPattern. 5 years ago
GeneralScope Generate file-scoped namespace declarations, if possible. 5 years ago
PatternMatching
Statements #nullable enable for AstNode 5 years ago
TypeMembers #nullable enable for AstNode 5 years ago
AstNode.cs #nullable enable for AstNode 5 years ago
AstNodeCollection.cs
AstType.cs
CSharpModifierToken.cs
CSharpTokenNode.cs Fix #2413: Avoid global state in `TokenRole`. 5 years ago
ComposedType.cs #nullable enable for AstNode 5 years ago
DepthFirstAstVisitor.cs Add support for primary constructor syntax. 6 years ago
DocumentationReference.cs
FunctionPointerAstType.cs Add support for .NET 5 custom calling conventions. 6 years ago
IAnnotatable.cs
IAstVisitor.cs Add support for primary constructor syntax. 6 years ago
Identifier.cs
IdentifierExpressionBackreference.cs
InvocationAstType.cs Add support for primary constructor syntax. 6 years ago
MemberType.cs
Modifiers.cs
NodeType.cs
PrimitiveType.cs
Role.cs #nullable enable for AstNode 5 years ago
Roles.cs #nullable enable for AstNode 5 years ago
SimpleType.cs
SyntaxExtensions.cs
SyntaxTree.cs
TextLocation.cs
TokenRole.cs Fix #2413: Avoid global state in `TokenRole`. 5 years ago
TupleAstType.cs
TypeSystemAstBuilder.cs Fix #2615: Overflow check did not work reliably due to fp rounding error 5 years ago
VariableDesignation.cs