.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 dd3e5e1dce Merge pull request #877 from icsharpcode/using 8 years ago
..
Await.cs [async] Add copy propagation so that state machine field accesses can be reliably detected. 8 years ago
BinaryNumericInstruction.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 8 years ago
Block.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 8 years ago
BlockContainer.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 8 years ago
Branch.cs Fix handling of try-finally blocks in ReachingDefinitionsVisitor. 8 years ago
CallInstruction.cs [nullables] Support lifting calls to user-defined operators. 8 years ago
Comp.cs Add support for syntax sugar when writing out the ILAst. 8 years ago
CompoundAssignmentInstruction.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 8 years ago
Conv.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 8 years ago
ILFunction.cs Add ILAstWritingOptions parameter to LockInstruction/UsingInstruction.WriteTo, fix merge errors. 8 years ago
ILInstruction.cs Fix handling of try-finally blocks in ReachingDefinitionsVisitor. 8 years ago
ILVariableCollection.cs [async] Decompile await operator. 8 years ago
IfInstruction.cs Add support for syntax sugar when writing out the ILAst. 8 years ago
InstructionCollection.cs [async]: control flow reconstruction 8 years ago
LdLen.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 8 years ago
Leave.cs Fix handling of try-finally blocks in ReachingDefinitionsVisitor. 8 years ago
LockInstruction.cs Fix generic using patterns. 8 years ago
MemoryInstructions.cs Add support for syntax sugar when writing out the ILAst. 8 years ago
NullCoalescingInstruction.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 8 years ago
PatternMatching.cs Extend MatchLdLocRef to work with type parameters as well. 8 years ago
SimpleInstruction.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 8 years ago
SwitchInstruction.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 8 years ago
ThreeValuedLogicInstructions.cs [nullables] Lift three-valued logic operators ('&' and '|' on bool?) 8 years ago
TryInstruction.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 8 years ago
UnaryInstruction.cs Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 8 years ago