1 write to endMarkerPos
System.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
1661
this.
endMarkerPos
= endMarkerPos;
3 references to endMarkerPos
System.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
1681
context.HasMatched = rposInfo.curpos.Get(
endMarkerPos
);
1773
hasSeenFinalPosition = hasSeenFinalPosition || currentRunningPosition.Get(
endMarkerPos
); //Accepting position reached if the current position BitSet contains the endPosition
1824
hasSeenFinalPosition = hasSeenFinalPosition || currentRunningPosition.Get(
endMarkerPos
);