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