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