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)
1330Debug.Assert(_evalStack.Count == _startSpillingAt); 1687Debug.Assert(_startSpillingAt == _evalStack.Count); 1734Debug.Assert(_startSpillingAt <= stackDepth); 1736if (_startSpillingAt == stackDepth) 1816Debug.Assert(_startSpillingAt <= _evalStack.Count); 1822for (int i = _startSpillingAt - 1; i >= 0; i--) 1833for (int i = _startSpillingAt; i < _evalStack.Count; i++) 1936for (int i = 0; i < _startSpillingAt; i++) 1957Debug.Assert(_startSpillingAt <= _evalStack.Count); 1965Debug.Assert(_startSpillingAt <= stackDepth); 1967if (_startSpillingAt == stackDepth) 1981Debug.Assert(_startSpillingAt <= _evalStack.Count); 2785Debug.Assert(_startSpillingAt == _evalStack.Count); 2986Debug.Assert(_startSpillingAt >= _evalStack.Count - 1);