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