2 writes to NumberOfRunningPos
System.Private.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
1865
context.CurrentState.
NumberOfRunningPos
= 1;
2022
context.CurrentState.
NumberOfRunningPos
= matchCount;
3 references to NumberOfRunningPos
System.Private.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
1875
int matchCount = context.CurrentState.
NumberOfRunningPos
;
2044
for (int i = context.CurrentState.
NumberOfRunningPos
- 1; i >= 0; i--)
2087
for (int i = context.CurrentState.
NumberOfRunningPos
- 1; i >= 0; i--)