3 writes to _startSpillingAt
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
1746
_startSpillingAt
--;
1938
_startSpillingAt
= _evalStack.Count;
1977
_startSpillingAt
--;
14 references to _startSpillingAt
Microsoft.CodeAnalysis (14)
Operations\ControlFlowGraphBuilder.cs (14)
1338
Debug.Assert(_evalStack.Count ==
_startSpillingAt
);
1695
Debug.Assert(
_startSpillingAt
== _evalStack.Count);
1742
Debug.Assert(
_startSpillingAt
<= stackDepth);
1744
if (
_startSpillingAt
== stackDepth)
1824
Debug.Assert(
_startSpillingAt
<= _evalStack.Count);
1830
for (int i =
_startSpillingAt
- 1; i >= 0; i--)
1841
for (int i =
_startSpillingAt
; i < _evalStack.Count; i++)
1944
for (int i = 0; i <
_startSpillingAt
; i++)
1965
Debug.Assert(
_startSpillingAt
<= _evalStack.Count);
1973
Debug.Assert(
_startSpillingAt
<= stackDepth);
1975
if (
_startSpillingAt
== stackDepth)
1989
Debug.Assert(
_startSpillingAt
<= _evalStack.Count);
2793
Debug.Assert(
_startSpillingAt
== _evalStack.Count);
2994
Debug.Assert(
_startSpillingAt
>= _evalStack.Count - 1);