3 writes to _startSpillingAt
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
1737
_startSpillingAt
--;
1928
_startSpillingAt
= _evalStack.Count;
1967
_startSpillingAt
--;
14 references to _startSpillingAt
Microsoft.CodeAnalysis (14)
Operations\ControlFlowGraphBuilder.cs (14)
1329
Debug.Assert(_evalStack.Count ==
_startSpillingAt
);
1686
Debug.Assert(
_startSpillingAt
== _evalStack.Count);
1733
Debug.Assert(
_startSpillingAt
<= stackDepth);
1735
if (
_startSpillingAt
== stackDepth)
1815
Debug.Assert(
_startSpillingAt
<= _evalStack.Count);
1821
for (int i =
_startSpillingAt
- 1; i >= 0; i--)
1832
for (int i =
_startSpillingAt
; i < _evalStack.Count; i++)
1934
for (int i = 0; i <
_startSpillingAt
; i++)
1955
Debug.Assert(
_startSpillingAt
<= _evalStack.Count);
1963
Debug.Assert(
_startSpillingAt
<= stackDepth);
1965
if (
_startSpillingAt
== stackDepth)
1979
Debug.Assert(
_startSpillingAt
<= _evalStack.Count);
2783
Debug.Assert(
_startSpillingAt
== _evalStack.Count);
2984
Debug.Assert(
_startSpillingAt
>= _evalStack.Count - 1);