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
();
1111
int prevStack =
StackDepth
();
1452
var origStack =
StackDepth
();
1501
int prevStack =
StackDepth
();
1550
var origStack =
StackDepth
();
1570
var origStack =
StackDepth
();
1587
var origStack =
StackDepth
();
1619
var origStack =
StackDepth
();
1656
var origStack =
StackDepth
();
1702
int prevStack =
StackDepth
();
1816
_locals.Add(dummy, LocalDefUseInfo.GetInstance(
StackDepth
()));
1840
_locals.Add(dummy, LocalDefUseInfo.GetInstance(
StackDepth
()));
1909
if (locInfo.StackAtDeclaration !=
StackDepth
() &&
1920
Debug.Assert(local == empty || locInfo.StackAtDeclaration ==
StackDepth
());
1946
Debug.Assert(local == empty || locInfo.StackAtDeclaration ==
StackDepth
());
1969
var evalStack =
StackDepth
() - 1;