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(); 1561var origStack = StackDepth(); 1582var origStack = StackDepth(); 1599var origStack = StackDepth(); 1631var origStack = StackDepth(); 1668var origStack = StackDepth(); 1714int prevStack = StackDepth(); 1828_locals.Add(dummy, LocalDefUseInfo.GetInstance(StackDepth())); 1852_locals.Add(dummy, LocalDefUseInfo.GetInstance(StackDepth())); 1921if (locInfo.StackAtDeclaration != StackDepth() && 1932Debug.Assert(local == empty || locInfo.StackAtDeclaration == StackDepth()); 1958Debug.Assert(local == empty || locInfo.StackAtDeclaration == StackDepth()); 1981var evalStack = StackDepth() - 1;