11 writes to _nAttrInd
System.Private.Xml (11)
System\Xml\Dom\XmlNodeReader.cs (11)
95_nAttrInd = -1; 565_nAttrInd = _nLogAttrInd; 616_nAttrInd = -1; 669if ((_nAttrInd = GetDecAttrInd(name)) != -1) 677if ((_nAttrInd = GetDocTypeAttrInd(name)) != -1) 715_nAttrInd = attributeIndex; 750_nAttrInd++; 757_nAttrInd--; 763_nAttrInd++; 770_nAttrInd--; 843_nAttrInd = -1;
24 references to _nAttrInd
System.Private.Xml (24)
System\Xml\Dom\XmlNodeReader.cs (24)
108if (_nAttrInd != -1) 129if (_nAttrInd != -1) 136Debug.Assert(_nAttrInd >= 0 && _nAttrInd < AttributeCount); 138return decNodeAttributes[_nAttrInd].name!; 140return docTypeNodeAttributes[_nAttrInd].name!; 153if (_nAttrInd != -1) 211if (_nAttrInd != -1) 215Debug.Assert(_nAttrInd >= 0 && _nAttrInd < AttributeCount); 232if (_nAttrInd != -1) 236Debug.Assert(_nAttrInd >= 0 && _nAttrInd < AttributeCount); 238decNodeAttributes[_nAttrInd].value! : 239docTypeNodeAttributes[_nAttrInd].value!; 554_nLogAttrInd = _nAttrInd; 606if (_nAttrInd != -1) 614_nLogAttrInd = _nAttrInd; 751if (_nAttrInd < _nDeclarationAttrCount) 753if (_nAttrInd == 0) level++; 764if (_nAttrInd < _nDocTypeAttrCount) 766if (_nAttrInd == 0) level++; 841if (_nAttrInd != -1) 1051if (_nAttrInd != -1)