10 writes to _currentAttrIndex
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (10)
161
_currentAttrIndex
= -1;
1235
_currentAttrIndex
= i;
1268
_currentAttrIndex
= 0;
1284
_currentAttrIndex
= 0;
1305
_currentAttrIndex
++;
1319
int defaultIndex = ++
_currentAttrIndex
- _coreReaderAttributeCount;
1340
_currentAttrIndex
= -1;
2092
_currentAttrIndex
= -1;
2134
_currentAttrIndex
= i;
2176
_currentAttrIndex
= _coreReader.AttributeCount + i;
3 references to _currentAttrIndex
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (3)
1301
if (
_currentAttrIndex
+ 1 < _coreReaderAttributeCount)
1308
_attributePSVI = _attributePSVINodes[
_currentAttrIndex
];
1317
else if (
_currentAttrIndex
+ 1 < _attributeCount)