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