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