.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
..
AssignVariableNames.cs Fix annotations on identifiers and use correct check for fallback case. 8 years ago
BlockTransform.cs [nullables] Add support for lifted conversions. 8 years ago
CachedDelegateInitialization.cs CachedDelegateInitialization: extend Roslyn pattern for non-static context 8 years ago
CopyPropagation.cs Remove useless stack variables. 8 years ago
DelegateConstruction.cs Fix #867: Async delegate tries to access variables with "this." although they are local. 8 years ago
DetectCatchWhenConditionBlocks.cs Implement catch-when and remove local copy of exception slot. 8 years ago
ExpressionTransforms.cs ExpressionTransform: comp(box T(..) [!=]= ldnull) -> comp(.. [!=]= ldnull) where T.Kind == TypeParameter 8 years ago
IILTransform.cs Improve decompiler performance. 8 years ago
ILInlining.cs Add ILInlining.IsUsedAsThisPointerInCall(). 8 years ago
LockTransform.cs Add Patterns correctness tests; add missing file headers 8 years ago
LoopingTransform.cs Restore P/Invoke test. 8 years ago
NullCoalescingTransform.cs [nullables] Add support for '??' operator on nullables. 8 years ago
NullableLiftingTransform.cs Merge pull request #877 from icsharpcode/using 8 years ago
RemoveDeadVariableInit.cs [async] Decompile await operator. 8 years ago
SplitVariables.cs Fix NullReferenceException in SplitVariables.AddressUsedOnlyForReading 8 years ago
Stepper.cs Run IntroduceExitPoints before loop detection, and let loop detection introduce its own exit points. 9 years ago
TransformArrayInitializers.cs Fix bug in TransformArrayInitializers: local storage was deleted. 8 years ago
TransformAssignment.cs Remove LdAddressUsagesTransform. 8 years ago
TransformCollectionAndObjectInitializers.cs Fix #855 - ArgumentOutOfRangeException in TransformCollectionAndObjectInitializers.DoTransform 8 years ago
UsingTransform.cs Add special case for non-generic foreach and add more tests. 8 years ago