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++; 1319int 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)
1301if (_currentAttrIndex + 1 < _coreReaderAttributeCount) 1308_attributePSVI = _attributePSVINodes[_currentAttrIndex]; 1317else if (_currentAttrIndex + 1 < _attributeCount)