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