3 writes to _current
System.Xaml (3)
System\Xaml\Parser\NodeStreamSorter.cs (3)
121_current = _buffer.Dequeue(); 130_current = _source.Current; 138_current = _buffer.Dequeue();
5 references to _current
System.Xaml (5)
System\Xaml\Parser\NodeStreamSorter.cs (5)
107get { return _current; } 112get { return _current; } 131if (_current.NodeType == XamlNodeType.StartObject) 136_buffer.Enqueue(_current); 144while (_current.IsEndOfAttributes);