1 write to ApplicableCreationOperations
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.InterpolatedStringContext.cs (1)
23
ApplicableCreationOperations
= applicableCreationOperations;
2 references to ApplicableCreationOperations
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (1)
6780
if (_currentInterpolatedStringHandlerArgumentContext?.
ApplicableCreationOperations
.Contains(operation) == true)
Operations\ControlFlowGraphBuilder.InterpolatedStringContext.cs (1)
64
Debug.Assert(_currentInterpolatedStringHandlerArgumentContext.
ApplicableCreationOperations
.Contains((IInterpolatedStringHandlerCreationOperation)operation));