5 references to Get
System.Xml (5)
System\Xml\Schema\BitSet.cs (1)
34
return
Get
(index);
System\Xml\Schema\ContentValidator.cs (4)
1681
context.HasMatched = rposInfo.curpos.
Get
(endMarkerPos);
1736
matched = rposInfo.curpos.
Get
(pos); //Look for the bitset that matches the same position as pos
1773
hasSeenFinalPosition = hasSeenFinalPosition || currentRunningPosition.
Get
(endMarkerPos); //Accepting position reached if the current position BitSet contains the endPosition
1824
hasSeenFinalPosition = hasSeenFinalPosition || currentRunningPosition.
Get
(endMarkerPos);