2 writes to _currentInterpolatedStringHandlerArgumentContext
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
2065_currentInterpolatedStringHandlerArgumentContext = new InterpolatedStringHandlerArgumentsContext( 2089_currentInterpolatedStringHandlerArgumentContext = previousInterpolatedStringHandlerContext;
10 references to _currentInterpolatedStringHandlerArgumentContext
Microsoft.CodeAnalysis (10)
Operations\ControlFlowGraphBuilder.cs (8)
2047var previousInterpolatedStringHandlerContext = _currentInterpolatedStringHandlerArgumentContext; 6804if (_currentInterpolatedStringHandlerArgumentContext?.ApplicableCreationOperations.Contains(operation) == true) 6806for (int i = _currentInterpolatedStringHandlerArgumentContext.StartingStackDepth; 6999Debug.Assert(_currentInterpolatedStringHandlerArgumentContext != null); 7000if (_currentInterpolatedStringHandlerArgumentContext.HasReceiver && tryGetArgumentOrReceiver(-1) is IOperation receiverCapture) 7012Debug.Assert(_currentInterpolatedStringHandlerArgumentContext != null); 7030if (_currentInterpolatedStringHandlerArgumentContext.HasReceiver) 7035int targetStackDepth = _currentInterpolatedStringHandlerArgumentContext.StartingStackDepth + argumentIndex;
Operations\ControlFlowGraphBuilder.InterpolatedStringContext.cs (2)
63Debug.Assert(_currentInterpolatedStringHandlerArgumentContext != null); 64Debug.Assert(_currentInterpolatedStringHandlerArgumentContext.ApplicableCreationOperations.Contains((IInterpolatedStringHandlerCreationOperation)operation));