11 writes to nAttrInd
System.Xml (11)
System\Xml\Dom\XmlNodeReader.cs (11)
92
this.
nAttrInd
= -1;
498
nAttrInd
= nLogAttrInd;
538
nAttrInd
= -1;
584
if ( (
nAttrInd
= GetDecAttrInd( name ) ) != -1 ) {
589
if ( (
nAttrInd
= GetDocTypeAttrInd( name ) ) != -1 ) {
622
nAttrInd
= attributeIndex;
649
nAttrInd
++;
655
nAttrInd
--;
659
nAttrInd
++;
665
nAttrInd
--;
724
nAttrInd
= -1;
24 references to nAttrInd
System.Xml (24)
System\Xml\Dom\XmlNodeReader.cs (24)
103
if (
nAttrInd
!= -1 ) {
120
if (
nAttrInd
!= -1 ) {
125
Debug.Assert(
nAttrInd
>= 0 &&
nAttrInd
< AttributeCount );
127
return decNodeAttributes[
nAttrInd
].name;
129
return docTypeNodeAttributes[
nAttrInd
].name;
140
if (
nAttrInd
!= -1 )
205
if (
nAttrInd
!= -1 ) {
208
Debug.Assert(
nAttrInd
>= 0 &&
nAttrInd
< AttributeCount );
222
if (
nAttrInd
!= -1 ) {
225
Debug.Assert(
nAttrInd
>= 0 &&
nAttrInd
< AttributeCount );
227
return decNodeAttributes[
nAttrInd
].value;
229
return docTypeNodeAttributes[
nAttrInd
].value;
488
nLogAttrInd =
nAttrInd
;
530
if (
nAttrInd
!= -1 ) {
536
nLogAttrInd =
nAttrInd
;
650
if (
nAttrInd
< nDeclarationAttrCount ) {
651
if (
nAttrInd
== 0 ) level++;
660
if (
nAttrInd
< nDocTypeAttrCount ) {
661
if (
nAttrInd
== 0 ) level++;
723
if (
nAttrInd
!= -1 ) {
888
if (
nAttrInd
!= -1 ) {