3 writes to _startSpillingAt
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
1738
_startSpillingAt
--;
1930
_startSpillingAt
= _evalStack.Count;
1969
_startSpillingAt
--;
14 references to _startSpillingAt
Microsoft.CodeAnalysis (14)
Operations\ControlFlowGraphBuilder.cs (14)
1330
Debug.Assert(_evalStack.Count ==
_startSpillingAt
);
1687
Debug.Assert(
_startSpillingAt
== _evalStack.Count);
1734
Debug.Assert(
_startSpillingAt
<= stackDepth);
1736
if (
_startSpillingAt
== stackDepth)
1816
Debug.Assert(
_startSpillingAt
<= _evalStack.Count);
1822
for (int i =
_startSpillingAt
- 1; i >= 0; i--)
1833
for (int i =
_startSpillingAt
; i < _evalStack.Count; i++)
1936
for (int i = 0; i <
_startSpillingAt
; i++)
1957
Debug.Assert(
_startSpillingAt
<= _evalStack.Count);
1965
Debug.Assert(
_startSpillingAt
<= stackDepth);
1967
if (
_startSpillingAt
== stackDepth)
1981
Debug.Assert(
_startSpillingAt
<= _evalStack.Count);
2785
Debug.Assert(
_startSpillingAt
== _evalStack.Count);
2986
Debug.Assert(
_startSpillingAt
>= _evalStack.Count - 1);