1 write to _endMarkerPos
System.Private.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
1844
_endMarkerPos
= endMarkerPos;
3 references to _endMarkerPos
System.Private.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
1866
context.HasMatched = rposInfo.curpos.Get(
_endMarkerPos
);
1962
hasSeenFinalPosition = hasSeenFinalPosition || currentRunningPosition.Get(
_endMarkerPos
); //Accepting position reached if the current position BitSet contains the endPosition
2017
hasSeenFinalPosition = hasSeenFinalPosition || currentRunningPosition.Get(
_endMarkerPos
);