3 writes to _current
System.Xaml (3)
System\Xaml\Parser\NodeStreamSorter.cs (3)
123_current = _buffer.Dequeue(); 131_current = _source.Current; 139_current = _buffer.Dequeue();
5 references to _current
System.Xaml (5)
System\Xaml\Parser\NodeStreamSorter.cs (5)
109get { return _current; } 114get { return _current; } 132if (_current.NodeType == XamlNodeType.StartObject) 137_buffer.Enqueue(_current); 143} while (_current.IsEndOfAttributes);