11 writes to _nAttrInd
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (11)
95
_nAttrInd
= -1;
576
_nAttrInd
= _nLogAttrInd;
626
_nAttrInd
= -1;
679
if ((
_nAttrInd
= GetDecAttrInd(name)) != -1)
687
if ((
_nAttrInd
= GetDocTypeAttrInd(name)) != -1)
725
_nAttrInd
= attributeIndex;
760
_nAttrInd
++;
767
_nAttrInd
--;
773
_nAttrInd
++;
780
_nAttrInd
--;
851
_nAttrInd
= -1;
24 references to _nAttrInd
dotnet-svcutil-lib (24)
FrameworkFork\Microsoft.Xml\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)
229
if (
_nAttrInd
!= -1)
233
Debug.Assert(
_nAttrInd
>= 0 &&
_nAttrInd
< AttributeCount);
249
if (
_nAttrInd
!= -1)
253
Debug.Assert(
_nAttrInd
>= 0 &&
_nAttrInd
< AttributeCount);
255
return decNodeAttributes[
_nAttrInd
].value;
257
return docTypeNodeAttributes[
_nAttrInd
].value;
565
_nLogAttrInd =
_nAttrInd
;
616
if (
_nAttrInd
!= -1)
624
_nLogAttrInd =
_nAttrInd
;
761
if (
_nAttrInd
< _nDeclarationAttrCount)
763
if (
_nAttrInd
== 0) level++;
774
if (
_nAttrInd
< _nDocTypeAttrCount)
776
if (
_nAttrInd
== 0) level++;
849
if (
_nAttrInd
!= -1)
1059
if (
_nAttrInd
!= -1)