10 writes to _currentAttrIndex
System.Private.Xml (10)
System\Xml\Core\XsdValidatingReader.cs (10)
144_currentAttrIndex = -1; 1277_currentAttrIndex = i; 1315_currentAttrIndex = 0; 1333_currentAttrIndex = 0; 1357_currentAttrIndex++; 1373int defaultIndex = ++_currentAttrIndex - _coreReaderAttributeCount; 1398_currentAttrIndex = -1; 2201_currentAttrIndex = -1; 2248_currentAttrIndex = i; 2292_currentAttrIndex = _coreReader.AttributeCount + i;
3 references to _currentAttrIndex
System.Private.Xml (3)
System\Xml\Core\XsdValidatingReader.cs (3)
1353if (_currentAttrIndex + 1 < _coreReaderAttributeCount) 1360_attributePSVI = _attributePSVINodes[_currentAttrIndex]; 1370else if (_currentAttrIndex + 1 < _attributeCount)