19 references to StackDepth
Microsoft.CodeAnalysis.CSharp (19)
CodeGen\Optimizer.cs (19)
464int prevStack = StackDepth(); 552return StackDepth() == 0; 573var origStack = StackDepth(); 689var declarationStack = StackDepth(); 1121int prevStack = StackDepth(); 1462var origStack = StackDepth(); 1511int prevStack = StackDepth(); 1560var origStack = StackDepth(); 1580var origStack = StackDepth(); 1597var origStack = StackDepth(); 1629var origStack = StackDepth(); 1666var origStack = StackDepth(); 1712int prevStack = StackDepth(); 1826_locals.Add(dummy, LocalDefUseInfo.GetInstance(StackDepth())); 1850_locals.Add(dummy, LocalDefUseInfo.GetInstance(StackDepth())); 1919if (locInfo.StackAtDeclaration != StackDepth() && 1930Debug.Assert(local == empty || locInfo.StackAtDeclaration == StackDepth()); 1956Debug.Assert(local == empty || locInfo.StackAtDeclaration == StackDepth()); 1979var evalStack = StackDepth() - 1;