.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 904aa5269e Fix various bugs in ExpressionBuilder.VisitDynamic* + refactor DynamicInstructions a bit 8 years ago
..
AnonymousMethodExpression.cs
AnonymousTypeCreateExpression.cs
ArrayCreateExpression.cs
ArrayInitializerExpression.cs
AsExpression.cs
AssignmentExpression.cs Fix various bugs in ExpressionBuilder.VisitDynamic* + refactor DynamicInstructions a bit 8 years ago
BaseReferenceExpression.cs
BinaryOperatorExpression.cs
CastExpression.cs
CheckedExpression.cs
ConditionalExpression.cs
DefaultValueExpression.cs
DirectionExpression.cs
ErrorExpression.cs Remove a bunch of obsolete NRefactory code. 9 years ago
Expression.cs
IdentifierExpression.cs
IndexerExpression.cs
InterpolatedStringExpression.cs Fix folding bug with string interpolation 8 years ago
InvocationExpression.cs
IsExpression.cs
LambdaExpression.cs Add expression body syntax for getter-only properties. 8 years ago
MemberReferenceExpression.cs
NamedArgumentExpression.cs
NamedExpression.cs
NullReferenceExpression.cs
ObjectCreateExpression.cs
OutVarDeclarationExpression.cs Use out variable declarations where possible. 8 years ago
ParenthesizedExpression.cs
PointerReferenceExpression.cs
PrimitiveExpression.cs Fix end location of PrimitiveExpression 8 years ago
QueryExpression.cs
SizeOfExpression.cs
StackAllocExpression.cs
ThisReferenceExpression.cs
ThrowExpression.cs Add C# 7 ThrowExpression 9 years ago
TupleExpression.cs Add tuple types to type system and syntax tree. 8 years ago
TypeOfExpression.cs
TypeReferenceExpression.cs
UnaryOperatorExpression.cs Improve use of dynamic expressions in conditional context: 8 years ago
UncheckedExpression.cs
UndocumentedExpression.cs