3 writes to _nextAttribute
System.Xaml (3)
System\Xaml\Parser\XamlScanner.cs (3)
624_nextAttribute = 0; 741XamlAttribute attr = _attributes[_nextAttribute++]; 811_nextAttribute = -1;
1 reference to _nextAttribute
System.Xaml (1)
System\Xaml\Parser\XamlScanner.cs (1)
808if (_nextAttribute >= _attributes.Count)