3 writes to _startSpillingAt
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
1731_startSpillingAt--; 1922_startSpillingAt = _evalStack.Count; 1961_startSpillingAt--;
14 references to _startSpillingAt
Microsoft.CodeAnalysis (14)
Operations\ControlFlowGraphBuilder.cs (14)
1329Debug.Assert(_evalStack.Count == _startSpillingAt); 1680Debug.Assert(_startSpillingAt == _evalStack.Count); 1727Debug.Assert(_startSpillingAt <= stackDepth); 1729if (_startSpillingAt == stackDepth) 1809Debug.Assert(_startSpillingAt <= _evalStack.Count); 1815for (int i = _startSpillingAt - 1; i >= 0; i--) 1826for (int i = _startSpillingAt; i < _evalStack.Count; i++) 1928for (int i = 0; i < _startSpillingAt; i++) 1949Debug.Assert(_startSpillingAt <= _evalStack.Count); 1957Debug.Assert(_startSpillingAt <= stackDepth); 1959if (_startSpillingAt == stackDepth) 1973Debug.Assert(_startSpillingAt <= _evalStack.Count); 2777Debug.Assert(_startSpillingAt == _evalStack.Count); 2978Debug.Assert(_startSpillingAt >= _evalStack.Count - 1);