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; 7000if (_currentInterpolatedStringHandlerArgumentContext != null && 7001_currentInterpolatedStringHandlerArgumentContext.HasReceiver && 7015if (_currentInterpolatedStringHandlerArgumentContext != null && 7033if (_currentInterpolatedStringHandlerArgumentContext.HasReceiver) 7038int targetStackDepth = _currentInterpolatedStringHandlerArgumentContext.StartingStackDepth + argumentIndex;
Operations\ControlFlowGraphBuilder.InterpolatedStringContext.cs (2)
68if (_currentInterpolatedStringHandlerArgumentContext != null) 70Debug.Assert(_currentInterpolatedStringHandlerArgumentContext.ApplicableCreationOperations.Contains((IInterpolatedStringHandlerCreationOperation)operation));