.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 e264e926bb Enforce one child type per slot kind; de-alias shared kinds 2 weeks ago
..
BlockStatement.cs Replace the SlotKind enum with object-identity Slots kinds 2 weeks ago
BreakStatement.cs Model optional AST names as nullable; fold [NameSlot] into [Slot] 2 weeks ago
CheckedStatement.cs Remove stray blank lines at AST node class boundaries 2 weeks ago
ContinueStatement.cs Model optional AST names as nullable; fold [NameSlot] into [Slot] 2 weeks ago
DoWhileStatement.cs Model optional AST names as nullable; fold [NameSlot] into [Slot] 2 weeks ago
EmptyStatement.cs Model optional AST names as nullable; fold [NameSlot] into [Slot] 2 weeks ago
ExpressionStatement.cs Remove stray blank lines at AST node class boundaries 2 weeks ago
FixedStatement.cs Model optional AST names as nullable; fold [NameSlot] into [Slot] 2 weeks ago
ForStatement.cs Enforce one child type per slot kind; de-alias shared kinds 2 weeks ago
ForeachStatement.cs Model optional AST names as nullable; fold [NameSlot] into [Slot] 2 weeks ago
GotoStatement.cs Model optional AST names as nullable; fold [NameSlot] into [Slot] 2 weeks ago
IfElseStatement.cs Enforce one child type per slot kind; de-alias shared kinds 2 weeks ago
LabelStatement.cs Model optional AST names as nullable; fold [NameSlot] into [Slot] 2 weeks ago
LocalFunctionDeclarationStatement.cs Remove stray blank lines at AST node class boundaries 2 weeks ago
LockStatement.cs Model optional AST names as nullable; fold [NameSlot] into [Slot] 2 weeks ago
ReturnStatement.cs Remove stray blank lines at AST node class boundaries 2 weeks ago
Statement.cs Enable nullable reference types across the remaining C# Syntax files 2 weeks ago
SwitchStatement.cs Remove stray blank lines at AST node class boundaries 2 weeks ago
ThrowStatement.cs Remove stray blank lines at AST node class boundaries 2 weeks ago
TryCatchStatement.cs Model optional AST names as nullable; fold [NameSlot] into [Slot] 2 weeks ago
UncheckedStatement.cs Remove stray blank lines at AST node class boundaries 2 weeks ago
UnsafeStatement.cs Model optional AST names as nullable; fold [NameSlot] into [Slot] 2 weeks ago
UsingStatement.cs Model optional AST names as nullable; fold [NameSlot] into [Slot] 2 weeks ago
VariableDeclarationStatement.cs Type FirstOrNull/LastOrNull as nullable instead of suppressing 2 weeks ago
WhileStatement.cs Remove stray blank lines at AST node class boundaries 2 weeks ago
YieldBreakStatement.cs Model optional AST names as nullable; fold [NameSlot] into [Slot] 2 weeks ago
YieldReturnStatement.cs Model optional AST names as nullable; fold [NameSlot] into [Slot] 2 weeks ago