3 writes to nDocTypeAttrCount
System.Xml (3)
System\Xml\Dom\XmlNodeReader.cs (3)
95
this.
nDocTypeAttrCount
= -1;
375
nDocTypeAttrCount
= 0;
390
nDocTypeAttrCount
= i;
8 references to nDocTypeAttrCount
System.Xml (8)
System\Xml\Dom\XmlNodeReader.cs (8)
305
if (
nDocTypeAttrCount
!= -1 )
306
return
nDocTypeAttrCount
;
308
return
nDocTypeAttrCount
;
403
if (
nDocTypeAttrCount
== -1 )
409
if (
nDocTypeAttrCount
== -1 )
411
for ( int i = 0 ; i <
nDocTypeAttrCount
; i++ ) {
657
if (
nDocTypeAttrCount
== -1 )
660
if ( nAttrInd <
nDocTypeAttrCount
) {