3 writes to attributeCount
System.Xml (3)
System\Xml\Core\XsdCachingReader.cs (3)
78
attributeCount
= 0;
555
attributeCount
= 0;
604
attributeCount
= coreReader.AttributeCount;
9 references to attributeCount
System.Xml (9)
System\Xml\Core\XsdCachingReader.cs (9)
208
return
attributeCount
;
229
for ( int i = 0; i <
attributeCount
; i++ ) {
240
if ( i < 0 || i >=
attributeCount
) {
292
for ( int i = 0; i <
attributeCount
; i++ ) {
306
if ( i < 0 || i >=
attributeCount
) {
315
if (
attributeCount
== 0) {
325
if (currentAttrIndex + 1 <
attributeCount
) {
624
for ( int i = 0; i <
attributeCount
; i++ ) {
639
for ( int i = 0; i <
attributeCount
; i++ ) {