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)
1113
return
_attributeCount
;
1122
if (attValue == null &&
_attributeCount
> 0)
1141
if (attValue == null &&
_attributeCount
> 0)
1167
ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(i,
_attributeCount
);
1191
else if (
_attributeCount
> 0)
1275
ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(i,
_attributeCount
);
1370
else if (_currentAttrIndex + 1 <
_attributeCount
)