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