2 writes to _currentInterpolatedStringHandlerArgumentContext
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
2057_currentInterpolatedStringHandlerArgumentContext = new InterpolatedStringHandlerArgumentsContext( 2081_currentInterpolatedStringHandlerArgumentContext = previousInterpolatedStringHandlerContext;
10 references to _currentInterpolatedStringHandlerArgumentContext
Microsoft.CodeAnalysis (10)
Operations\ControlFlowGraphBuilder.cs (8)
2039var previousInterpolatedStringHandlerContext = _currentInterpolatedStringHandlerArgumentContext; 6542if (_currentInterpolatedStringHandlerArgumentContext?.ApplicableCreationOperations.Contains(operation) == true) 6544for (int i = _currentInterpolatedStringHandlerArgumentContext.StartingStackDepth; 6737Debug.Assert(_currentInterpolatedStringHandlerArgumentContext != null); 6738if (_currentInterpolatedStringHandlerArgumentContext.HasReceiver && tryGetArgumentOrReceiver(-1) is IOperation receiverCapture) 6750Debug.Assert(_currentInterpolatedStringHandlerArgumentContext != null); 6768if (_currentInterpolatedStringHandlerArgumentContext.HasReceiver) 6773int targetStackDepth = _currentInterpolatedStringHandlerArgumentContext.StartingStackDepth + argumentIndex;
Operations\ControlFlowGraphBuilder.InterpolatedStringContext.cs (2)
63Debug.Assert(_currentInterpolatedStringHandlerArgumentContext != null); 64Debug.Assert(_currentInterpolatedStringHandlerArgumentContext.ApplicableCreationOperations.Contains((IInterpolatedStringHandlerCreationOperation)operation));