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