6 writes to _coreReaderAttributeCount
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (4)
1957_attributeCount = _coreReaderAttributeCount = _coreReader.AttributeCount; 2051_attributeCount = _coreReaderAttributeCount = _coreReader.AttributeCount; 2091_coreReaderAttributeCount = 0; 2220_attributeCount = _coreReaderAttributeCount = _coreReader.AttributeCount;
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (2)
533_attributeCount = _coreReaderAttributeCount = _coreReader.AttributeCount; 632_attributeCount = _coreReaderAttributeCount = _coreReader.AttributeCount;
7 references to _coreReaderAttributeCount
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (7)
1140if (i < _coreReaderAttributeCount) 1146int defaultIndex = i - _coreReaderAttributeCount; 1236if (i < _coreReaderAttributeCount) 1251int defaultIndex = i - _coreReaderAttributeCount; 1301if (_currentAttrIndex + 1 < _coreReaderAttributeCount) 1319int defaultIndex = ++_currentAttrIndex - _coreReaderAttributeCount; 2127for (int i = 0; i < _coreReaderAttributeCount; i++)