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