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)
1329Debug.Assert(_evalStack.Count == _startSpillingAt); 1686Debug.Assert(_startSpillingAt == _evalStack.Count); 1733Debug.Assert(_startSpillingAt <= stackDepth); 1735if (_startSpillingAt == stackDepth) 1815Debug.Assert(_startSpillingAt <= _evalStack.Count); 1821for (int i = _startSpillingAt - 1; i >= 0; i--) 1832for (int i = _startSpillingAt; i < _evalStack.Count; i++) 1934for (int i = 0; i < _startSpillingAt; i++) 1955Debug.Assert(_startSpillingAt <= _evalStack.Count); 1963Debug.Assert(_startSpillingAt <= stackDepth); 1965if (_startSpillingAt == stackDepth) 1979Debug.Assert(_startSpillingAt <= _evalStack.Count); 2783Debug.Assert(_startSpillingAt == _evalStack.Count); 2984Debug.Assert(_startSpillingAt >= _evalStack.Count - 1);