2 writes to OnTheLeftOfDisjunction
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder_CheckOrReachability.cs (2)
699
return new OperandOrOperation(_operand.MakeCompilerGenerated(), _disjunction, _operationSyntax) {
OnTheLeftOfDisjunction
= this.OnTheLeftOfDisjunction };
879
left.
OnTheLeftOfDisjunction
= disjunction;
2 references to OnTheLeftOfDisjunction
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder_CheckOrReachability.cs (2)
699
return new OperandOrOperation(_operand.MakeCompilerGenerated(), _disjunction, _operationSyntax) { OnTheLeftOfDisjunction = this.
OnTheLeftOfDisjunction
};
746
if (operandOrOperation.
OnTheLeftOfDisjunction
is bool onTheLeftOfDisjunction)