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