2 writes to NumberOfRunningPos
System.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
1680
context.CurrentState.
NumberOfRunningPos
= 1;
1828
context.CurrentState.
NumberOfRunningPos
= matchCount;
3 references to NumberOfRunningPos
System.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
1689
int matchCount = context.CurrentState.
NumberOfRunningPos
;
1864
for (int i = context.CurrentState.
NumberOfRunningPos
- 1; i >=0; i--) {
1899
for (int i = context.CurrentState.
NumberOfRunningPos
- 1; i >=0; i--) {