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
++;
1373
int 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)
1353
if (
_currentAttrIndex
+ 1 < _coreReaderAttributeCount)
1360
_attributePSVI = _attributePSVINodes[
_currentAttrIndex
];
1370
else if (
_currentAttrIndex
+ 1 < _attributeCount)