.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 ffed8ea2c8 #nullable enable for AstNode 4 years ago
..
BlockStatement.cs #2128: Reformat the whole code base. 5 years ago
BreakStatement.cs #2128: Reformat the whole code base. 5 years ago
CheckedStatement.cs #2128: Reformat the whole code base. 5 years ago
ContinueStatement.cs #2128: Reformat the whole code base. 5 years ago
DoWhileStatement.cs #2128: Reformat the whole code base. 5 years ago
EmptyStatement.cs #2128: Reformat the whole code base. 5 years ago
ExpressionStatement.cs #2128: Reformat the whole code base. 5 years ago
FixedStatement.cs #2128: Reformat the whole code base. 5 years ago
ForStatement.cs #2128: Reformat the whole code base. 5 years ago
ForeachStatement.cs #2128: Reformat the whole code base. 5 years ago
GotoStatement.cs #2128: Reformat the whole code base. 5 years ago
IfElseStatement.cs #2128: Reformat the whole code base. 5 years ago
LabelStatement.cs #2128: Reformat the whole code base. 5 years ago
LocalFunctionDeclarationStatement.cs #nullable enable for AstNode 4 years ago
LockStatement.cs #2128: Reformat the whole code base. 5 years ago
ReturnStatement.cs #2128: Reformat the whole code base. 5 years ago
Statement.cs #2128: Reformat the whole code base. 5 years ago
SwitchStatement.cs #nullable enable for AstNode 4 years ago
ThrowStatement.cs #2128: Reformat the whole code base. 5 years ago
TryCatchStatement.cs Fix tokens used for catch-when clause. 5 years ago
UncheckedStatement.cs #2128: Reformat the whole code base. 5 years ago
UnsafeStatement.cs #2128: Reformat the whole code base. 5 years ago
UsingStatement.cs Add basic support for C# 8.0 enhanced using statements. 5 years ago
VariableDeclarationStatement.cs #2128: Reformat the whole code base. 5 years ago
WhileStatement.cs #2128: Reformat the whole code base. 5 years ago
YieldBreakStatement.cs #2128: Reformat the whole code base. 5 years ago
YieldReturnStatement.cs #2128: Reformat the whole code base. 5 years ago