1 write to _operationSyntax
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
663_operationSyntax = operationSyntax;
3 references to _operationSyntax
Microsoft.CodeAnalysis.CSharp (3)
Binder\DecisionDagBuilder_CheckOrReachability.cs (3)
694Debug.Assert(_operationSyntax is not null); 695operationSyntax = _operationSyntax; 707return new OperandOrOperation(_operand.MakeCompilerGenerated(), _disjunction, _operationSyntax) { OnTheLeftOfDisjunction = this.OnTheLeftOfDisjunction };