6 references to Get
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\BitSet.cs (2)
41return Get(index); 267bb.Append(Get(i) ? "1" : "0");
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (4)
1971context.HasMatched = rposInfo.curpos.Get(_endMarkerPos); 2037matched = rposInfo.curpos.Get(pos); //Look for the bitset that matches the same position as pos 2081hasSeenFinalPosition = hasSeenFinalPosition || currentRunningPosition.Get(_endMarkerPos); //Accepting position reached if the current position BitSet contains the endPosition 2139hasSeenFinalPosition = hasSeenFinalPosition || currentRunningPosition.Get(_endMarkerPos);