2 writes to _currentInterpolatedStringHandlerArgumentContext
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
2073_currentInterpolatedStringHandlerArgumentContext = new InterpolatedStringHandlerArgumentsContext( 2097_currentInterpolatedStringHandlerArgumentContext = previousInterpolatedStringHandlerContext;
10 references to _currentInterpolatedStringHandlerArgumentContext
Microsoft.CodeAnalysis (10)
Operations\ControlFlowGraphBuilder.cs (8)
2055var previousInterpolatedStringHandlerContext = _currentInterpolatedStringHandlerArgumentContext; 6813if (_currentInterpolatedStringHandlerArgumentContext?.ApplicableCreationOperations.Contains(operation) == true) 6815for (int i = _currentInterpolatedStringHandlerArgumentContext.StartingStackDepth; 7009if (_currentInterpolatedStringHandlerArgumentContext != null && 7010_currentInterpolatedStringHandlerArgumentContext.HasReceiver && 7024if (_currentInterpolatedStringHandlerArgumentContext != null && 7042if (_currentInterpolatedStringHandlerArgumentContext.HasReceiver) 7047int targetStackDepth = _currentInterpolatedStringHandlerArgumentContext.StartingStackDepth + argumentIndex;
Operations\ControlFlowGraphBuilder.InterpolatedStringContext.cs (2)
68if (_currentInterpolatedStringHandlerArgumentContext != null) 70Debug.Assert(_currentInterpolatedStringHandlerArgumentContext.ApplicableCreationOperations.Contains((IInterpolatedStringHandlerCreationOperation)operation));