3 writes to _attributeCount
System.Private.Xml (3)
System\Xml\Core\XsdCachingReader.cs (3)
77
_attributeCount
= 0;
647
_attributeCount
= 0;
694
_attributeCount
= _coreReader.AttributeCount;
9 references to _attributeCount
System.Private.Xml (9)
System\Xml\Core\XsdCachingReader.cs (9)
241
return
_attributeCount
;
267
for (int i = 0; i <
_attributeCount
; i++)
283
ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(i,
_attributeCount
);
337
for (int i = 0; i <
_attributeCount
; i++)
356
ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(i,
_attributeCount
);
364
if (
_attributeCount
== 0)
376
if (_currentAttrIndex + 1 <
_attributeCount
)
719
for (int i = 0; i <
_attributeCount
; i++)
738
for (int i = 0; i <
_attributeCount
; i++)