19 references to StackDepth
Microsoft.CodeAnalysis.CSharp (19)
CodeGen\Optimizer.cs (19)
464int prevStack = StackDepth(); 552return StackDepth() == 0; 573var origStack = StackDepth(); 689var declarationStack = StackDepth(); 1123int prevStack = StackDepth(); 1464var origStack = StackDepth(); 1513int prevStack = StackDepth(); 1563var origStack = StackDepth(); 1584var origStack = StackDepth(); 1601var origStack = StackDepth(); 1633var origStack = StackDepth(); 1670var origStack = StackDepth(); 1716int prevStack = StackDepth(); 1830_locals.Add(dummy, LocalDefUseInfo.GetInstance(StackDepth())); 1854_locals.Add(dummy, LocalDefUseInfo.GetInstance(StackDepth())); 1923if (locInfo.StackAtDeclaration != StackDepth() && 1934Debug.Assert(local == empty || locInfo.StackAtDeclaration == StackDepth()); 1960Debug.Assert(local == empty || locInfo.StackAtDeclaration == StackDepth()); 1983var evalStack = StackDepth() - 1;