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