3 references to OperandOrOperation
Microsoft.CodeAnalysis.CSharp (3)
Binder\DecisionDagBuilder_CheckOrReachability.cs (3)
660
return new
OperandOrOperation
(null, disjunction, operationSyntax);
665
return new
OperandOrOperation
(operand, null, null);
699
return new
OperandOrOperation
(_operand.MakeCompilerGenerated(), _disjunction, _operationSyntax) { OnTheLeftOfDisjunction = this.OnTheLeftOfDisjunction };