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)
686
Debug.Assert(
_operationSyntax
is not null);
687
operationSyntax =
_operationSyntax
;
699
return new OperandOrOperation(_operand.MakeCompilerGenerated(), _disjunction,
_operationSyntax
) { OnTheLeftOfDisjunction = this.OnTheLeftOfDisjunction };