2 writes to CurPosIndex
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (2)
1805
context.CurrentState.
CurPosIndex
= 0;
1832
context.CurrentState.
CurPosIndex
= next;
5 references to CurPosIndex
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (5)
1813
BitSet curpos = context.CurPos[context.CurrentState.
CurPosIndex
];
1814
int next = (context.CurrentState.
CurPosIndex
+ 1) % 2;
1865
if (!context.CurPos[context.CurrentState.
CurPosIndex
][_endMarkerPos])
1875
BitSet curpos = context.CurPos[context.CurrentState.
CurPosIndex
];
1906
BitSet curpos = context.CurPos[context.CurrentState.
CurPosIndex
];