5 references to Get
System.Private.Xml (5)
System\Xml\Schema\BitSet.cs (1)
39
return
Get
(index);
System\Xml\Schema\ContentValidator.cs (4)
1866
context.HasMatched = rposInfo.curpos.
Get
(_endMarkerPos);
1925
matched = rposInfo.curpos.
Get
(pos); //Look for the bitset that matches the same position as pos
1962
hasSeenFinalPosition = hasSeenFinalPosition || currentRunningPosition.
Get
(_endMarkerPos); //Accepting position reached if the current position BitSet contains the endPosition
2017
hasSeenFinalPosition = hasSeenFinalPosition || currentRunningPosition.
Get
(_endMarkerPos);