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