2 writes to _currentInterpolatedStringHandlerArgumentContext
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
2063_currentInterpolatedStringHandlerArgumentContext = new InterpolatedStringHandlerArgumentsContext( 2087_currentInterpolatedStringHandlerArgumentContext = previousInterpolatedStringHandlerContext;
10 references to _currentInterpolatedStringHandlerArgumentContext
Microsoft.CodeAnalysis (10)
Operations\ControlFlowGraphBuilder.cs (8)
2045var previousInterpolatedStringHandlerContext = _currentInterpolatedStringHandlerArgumentContext; 6780if (_currentInterpolatedStringHandlerArgumentContext?.ApplicableCreationOperations.Contains(operation) == true) 6782for (int i = _currentInterpolatedStringHandlerArgumentContext.StartingStackDepth; 6975Debug.Assert(_currentInterpolatedStringHandlerArgumentContext != null); 6976if (_currentInterpolatedStringHandlerArgumentContext.HasReceiver && tryGetArgumentOrReceiver(-1) is IOperation receiverCapture) 6988Debug.Assert(_currentInterpolatedStringHandlerArgumentContext != null); 7006if (_currentInterpolatedStringHandlerArgumentContext.HasReceiver) 7011int targetStackDepth = _currentInterpolatedStringHandlerArgumentContext.StartingStackDepth + argumentIndex;
Operations\ControlFlowGraphBuilder.InterpolatedStringContext.cs (2)
63Debug.Assert(_currentInterpolatedStringHandlerArgumentContext != null); 64Debug.Assert(_currentInterpolatedStringHandlerArgumentContext.ApplicableCreationOperations.Contains((IInterpolatedStringHandlerCreationOperation)operation));