3 writes to _attrIndex
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (3)
803PositionOnAttribute(++_attrIndex); 821_attrIndex = 0; 2416_attrIndex = i;
5 references to _attrIndex
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (5)
533return _stringValue = GetAttributeText(_attrIndex - 1); 801if (_attrIndex >= _attrCount) 859if (null == _attributes[_attrIndex - 1].val) 861_pos = _attributes[_attrIndex - 1].contentPos; 1023_pos = _attributes[_attrIndex - 1].contentPos;