1 write to _operand
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
731
_operand
= operand;
5 references to _operand
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder_CheckOrReachability.cs (5)
748
if (
_operand
is not null)
750
operand =
_operand
;
760
if (
_operand
is null)
776
Debug.Assert(
_operand
is not null);
777
return new OperandOrOperation(
_operand
.MakeCompilerGenerated(), _disjunction, _operationSyntax) { OnTheLeftOfDisjunction = this.OnTheLeftOfDisjunction };