.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 01cc3ecd38 Implement pattern matching for statements. 15 years ago
..
BlockStatement.cs NRefactory AST: Add 'Repeat' pattern which matches an arbitrary number of nodes. 15 years ago
BreakStatement.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
CheckedStatement.cs Implement pattern matching for statements. 15 years ago
ContinueStatement.cs Implement pattern matching for statements. 15 years ago
DoWhileStatement.cs Implement pattern matching for statements. 15 years ago
EmptyStatement.cs Implement pattern matching for statements. 15 years ago
ExpressionStatement.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
FixedStatement.cs Implement pattern matching for statements. 15 years ago
ForStatement.cs NRefactory AST: Add 'Repeat' pattern which matches an arbitrary number of nodes. 15 years ago
ForeachStatement.cs Implement pattern matching for statements. 15 years ago
GotoStatement.cs Implement pattern matching for statements. 15 years ago
IfElseStatement.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
LabelStatement.cs Implement pattern matching for statements. 15 years ago
LockStatement.cs Implement pattern matching for statements. 15 years ago
ReturnStatement.cs Implement pattern matching for statements. 15 years ago
Statement.cs Implement pattern matching for statements. 15 years ago
SwitchStatement.cs Implement pattern matching for statements. 15 years ago
ThrowStatement.cs Implement pattern matching for statements. 15 years ago
TryCatchStatement.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
UncheckedStatement.cs Implement pattern matching for statements. 15 years ago
UnsafeStatement.cs Implement pattern matching for statements. 15 years ago
UsingStatement.cs NRefactory AST: Add 'Repeat' pattern which matches an arbitrary number of nodes. 15 years ago
VariableDeclarationStatement.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
WhileStatement.cs Implement pattern matching for statements. 15 years ago
YieldBreakStatement.cs Implement pattern matching for statements. 15 years ago
YieldStatement.cs Implement pattern matching for statements. 15 years ago