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