2 writes to Condition
ILCompiler.Compiler (2)
IL\ILImporter.Scanner.cs (2)
1782bb.Condition = null; 1791next.Condition = effectiveCondition;
8 references to Condition
ILCompiler.Compiler (8)
IL\ILImporter.Scanner.cs (8)
200if (bb?.Condition == null) 205conditionalDependencies.Add(new(dep.Node, bb.Condition, dep.Reason)); 260_dependencies = basicBlock.Condition != null ? basicBlock.Dependencies : _unconditionalDependencies; 1759object effectiveCondition = source.Condition ?? condition; 1767if (next.Condition != null && next.Condition != effectiveCondition) 1775object conditionToRemove = next.Condition; 1778if (bb?.Condition == conditionToRemove)