1 write to StartingStackDepth
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.InterpolatedStringContext.cs (1)
25StartingStackDepth = startingStackDepth;
2 references to StartingStackDepth
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
6782for (int i = _currentInterpolatedStringHandlerArgumentContext.StartingStackDepth; 7011int targetStackDepth = _currentInterpolatedStringHandlerArgumentContext.StartingStackDepth + argumentIndex;