1 write to _operand
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
661_operand = operand;
5 references to _operand
Microsoft.CodeAnalysis.CSharp (5)
Binder\DecisionDagBuilder_CheckOrReachability.cs (5)
678if (_operand is not null) 680operand = _operand; 690if (_operand is null) 706Debug.Assert(_operand is not null); 707return new OperandOrOperation(_operand.MakeCompilerGenerated(), _disjunction, _operationSyntax) { OnTheLeftOfDisjunction = this.OnTheLeftOfDisjunction };