3 writes to _current
System.Xaml (3)
System\Xaml\Parser\NodeStreamSorter.cs (3)
125_current = _buffer.Dequeue(); 134_current = _source.Current; 142_current = _buffer.Dequeue();
5 references to _current
System.Xaml (5)
System\Xaml\Parser\NodeStreamSorter.cs (5)
111get { return _current; } 116get { return _current; } 135if (_current.NodeType == XamlNodeType.StartObject) 140_buffer.Enqueue(_current); 148while (_current.IsEndOfAttributes);