7 writes to attributeCount
System.Xml (7)
System\Xml\Core\XsdValidatingReader.cs (5)
1603attributeCount = coreReaderAttributeCount = coreReader.AttributeCount; 1682attributeCount = coreReaderAttributeCount = coreReader.AttributeCount; 1712attributeCount += defaultAttributes.Count; 1716attributeCount = 0; 1823attributeCount = coreReaderAttributeCount = coreReader.AttributeCount;
System\Xml\Core\XsdValidatingReaderAsync.cs (2)
450attributeCount = coreReaderAttributeCount = coreReader.AttributeCount; 532attributeCount = coreReaderAttributeCount = coreReader.AttributeCount;
7 references to attributeCount
System.Xml (7)
System\Xml\Core\XsdValidatingReader.cs (7)
879return attributeCount; 887if (attValue == null && attributeCount > 0) { //Could be default attribute 900if (attValue == null && attributeCount > 0) { //Could be default attribute 916if (attributeCount == 0) { 938else if (attributeCount > 0) { //Default attribute 995if (i < 0 || i >= attributeCount) { 1065else if (currentAttrIndex + 1 < attributeCount) { //default attribute