7 writes to _attributeCount
System.Private.Xml (7)
System\Xml\Core\XsdValidatingReader.cs (5)
2048_attributeCount = _coreReaderAttributeCount = _coreReader.AttributeCount; 2155_attributeCount = _coreReaderAttributeCount = _coreReader.AttributeCount; 2194_attributeCount += _defaultAttributes.Count; 2199_attributeCount = 0; 2335_attributeCount = _coreReaderAttributeCount = _coreReader.AttributeCount;
System\Xml\Core\XsdValidatingReaderAsync.cs (2)
547_attributeCount = _coreReaderAttributeCount = _coreReader.AttributeCount; 658_attributeCount = _coreReaderAttributeCount = _coreReader.AttributeCount;
7 references to _attributeCount
System.Private.Xml (7)
System\Xml\Core\XsdValidatingReader.cs (7)
1113return _attributeCount; 1122if (attValue == null && _attributeCount > 0) 1141if (attValue == null && _attributeCount > 0) 1167ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(i, _attributeCount); 1191else if (_attributeCount > 0) 1275ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(i, _attributeCount); 1370else if (_currentAttrIndex + 1 < _attributeCount)