1 write to _disjunction
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
654
_disjunction
= disjunction;
3 references to _disjunction
Microsoft.CodeAnalysis.CSharp (3)
Binder\DecisionDagBuilder_CheckOrReachability.cs (3)
684
Debug.Assert(
_disjunction
.HasValue);
685
disjunction =
_disjunction
.GetValueOrDefault();
699
return new OperandOrOperation(_operand.MakeCompilerGenerated(),
_disjunction
, _operationSyntax) { OnTheLeftOfDisjunction = this.OnTheLeftOfDisjunction };