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