2 writes to Condition
ILCompiler.Compiler (2)
IL\ILImporter.Scanner.cs (2)
1573bb.Condition = null; 1582next.Condition = effectiveCondition;
8 references to Condition
ILCompiler.Compiler (8)
IL\ILImporter.Scanner.cs (8)
196if (bb?.Condition == null) 201conditionalDependencies.Add(new(dep.Node, bb.Condition, dep.Reason)); 244_dependencies = basicBlock.Condition != null ? basicBlock.Dependencies : _unconditionalDependencies; 1550object effectiveCondition = source.Condition ?? condition; 1558if (next.Condition != null && next.Condition != effectiveCondition) 1566object conditionToRemove = next.Condition; 1569if (bb?.Condition == conditionToRemove)