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