19 references to StackDepth
Microsoft.CodeAnalysis.CSharp (19)
CodeGen\Optimizer.cs (19)
465
int prevStack =
StackDepth
();
553
return
StackDepth
() == 0;
574
var origStack =
StackDepth
();
690
var declarationStack =
StackDepth
();
1112
int prevStack =
StackDepth
();
1453
var origStack =
StackDepth
();
1502
int prevStack =
StackDepth
();
1551
var origStack =
StackDepth
();
1571
var origStack =
StackDepth
();
1588
var origStack =
StackDepth
();
1620
var origStack =
StackDepth
();
1657
var origStack =
StackDepth
();
1703
int prevStack =
StackDepth
();
1817
_locals.Add(dummy, LocalDefUseInfo.GetInstance(
StackDepth
()));
1841
_locals.Add(dummy, LocalDefUseInfo.GetInstance(
StackDepth
()));
1910
if (locInfo.StackAtDeclaration !=
StackDepth
() &&
1921
Debug.Assert(local == empty || locInfo.StackAtDeclaration ==
StackDepth
());
1947
Debug.Assert(local == empty || locInfo.StackAtDeclaration ==
StackDepth
());
1970
var evalStack =
StackDepth
() - 1;