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)
6544for (int i = _currentInterpolatedStringHandlerArgumentContext.StartingStackDepth; 6773int targetStackDepth = _currentInterpolatedStringHandlerArgumentContext.StartingStackDepth + argumentIndex;