2 writes to Condition
ILCompiler.Compiler (2)
IL\ILImporter.Scanner.cs (2)
1693bb.Condition = null; 1702next.Condition = effectiveCondition;
8 references to Condition
ILCompiler.Compiler (8)
IL\ILImporter.Scanner.cs (8)
199if (bb?.Condition == null) 204conditionalDependencies.Add(new(dep.Node, bb.Condition, dep.Reason)); 259_dependencies = basicBlock.Condition != null ? basicBlock.Dependencies : _unconditionalDependencies; 1670object effectiveCondition = source.Condition ?? condition; 1678if (next.Condition != null && next.Condition != effectiveCondition) 1686object conditionToRemove = next.Condition; 1689if (bb?.Condition == conditionToRemove)