3 writes to _nextAttribute
System.Xaml (3)
System\Xaml\Parser\XamlScanner.cs (3)
634
_nextAttribute
= 0;
755
XamlAttribute attr = _attributes[
_nextAttribute
++];
826
_nextAttribute
= -1;
1 reference to _nextAttribute
System.Xaml (1)
System\Xaml\Parser\XamlScanner.cs (1)
823
if (
_nextAttribute
>= _attributes.Count)