2 writes to Condition
ILCompiler.Compiler (2)
IL\ILImporter.Scanner.cs (2)
1604
bb.
Condition
= null;
1613
next.
Condition
= effectiveCondition;
8 references to Condition
ILCompiler.Compiler (8)
IL\ILImporter.Scanner.cs (8)
199
if (bb?.
Condition
== null)
204
conditionalDependencies.Add(new(dep.Node, bb.
Condition
, dep.Reason));
247
_dependencies = basicBlock.
Condition
!= null ? basicBlock.Dependencies : _unconditionalDependencies;
1581
object effectiveCondition = source.
Condition
?? condition;
1589
if (next.
Condition
!= null && next.
Condition
!= effectiveCondition)
1597
object conditionToRemove = next.
Condition
;
1600
if (bb?.
Condition
== conditionToRemove)