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