.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 5b671e44b4 Optimize IsSpecialConstant: directly use ConstantResolveResult instead of resolving the expression representing +Infty, -Infty and NaN of float and double. 7 years ago
..
Expressions Fix folding bug with string interpolation 7 years ago
GeneralScope remove NR.Editor namespace 9 years ago
PatternMatching Namespace adjustments for Syntax classes 9 years ago
Statements Remove Expression->Statement operator implicit. 8 years ago
TypeMembers Add expression body syntax for getter-only properties. 7 years ago
AstNode.cs Namespace adjustments for Syntax classes 9 years ago
AstNodeCollection.cs Fix #1093: Remove usage of type or this qualifiers, when possible. 7 years ago
AstType.cs Remove AST-helper-methods 9 years ago
CSharpModifierToken.cs Reduced allocations 7 years ago
CSharpTokenNode.cs Namespace adjustments for Syntax classes 9 years ago
CSharpUtil.cs Namespace adjustments for Syntax classes 9 years ago
ComposedType.cs Namespace adjustments for Syntax classes 9 years ago
DepthFirstAstVisitor.cs StringInterpolation: basic implementation in AST 8 years ago
DocumentationReference.cs Namespace adjustments for Syntax classes 9 years ago
ErrorNode.cs Namespace adjustments for Syntax classes 9 years ago
IAnnotatable.cs Adjust namespaces 9 years ago
IAstVisitor.cs StringInterpolation: basic implementation in AST 8 years ago
Identifier.cs Namespace adjustments for Syntax classes 9 years ago
IdentifierExpressionBackreference.cs Namespace adjustments for Syntax classes 9 years ago
MemberType.cs Namespace adjustments for Syntax classes 9 years ago
Modifiers.cs Add ref modifier 7 years ago
NodeType.cs Adjust namespaces 9 years ago
PrimitiveType.cs Namespace adjustments for Syntax classes 9 years ago
Role.cs Remove unused usings in solution; remove dead code; unify namespaces 9 years ago
Roles.cs Add expression body syntax for getter-only properties. 7 years ago
SimpleType.cs Namespace adjustments for Syntax classes 9 years ago
SyntaxExtensions.cs Namespace adjustments for Syntax classes 9 years ago
SyntaxTree.cs Namespace adjustments for Syntax classes 9 years ago
TextLocation.cs Namespace adjustments for Syntax classes 9 years ago
TokenRole.cs Adjust namespaces 9 years ago
TypeSystemAstBuilder.cs Optimize IsSpecialConstant: directly use ConstantResolveResult instead of resolving the expression representing +Infty, -Infty and NaN of float and double. 7 years ago