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