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)
1866context.HasMatched = rposInfo.curpos.Get(_endMarkerPos); 1962hasSeenFinalPosition = hasSeenFinalPosition || currentRunningPosition.Get(_endMarkerPos); //Accepting position reached if the current position BitSet contains the endPosition 2017hasSeenFinalPosition = hasSeenFinalPosition || currentRunningPosition.Get(_endMarkerPos);