7 references to _scopes
System.Data.Entity (7)
System\Data\Common\Utils\TreePrinter.cs (7)
169_scopes.Add(node); 178_scopes.RemoveAt(_scopes.Count - 1); 188for (int scopeIdx = 0; scopeIdx < _scopes.Count; scopeIdx++) 190TreeNode parentScope = _scopes[scopeIdx]; 191if (!_showLines || (parentScope.Position == parentScope.Children.Count && scopeIdx != _scopes.Count - 1)) 201if (_scopes.Count == idx && _showLines)