6 references to BinarySearch
Microsoft.Build.Tasks.Core (1)
ManifestUtil\ManifestFormatter.cs (1)
62Array.BinarySearch(XPaths.emptyAttributeList, xpath) >= 0)
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableArray.cs (1)
466return Array.BinarySearch<T>(array.array!, value);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.Core.cs (1)
177int index = Array.BinarySearch(sortedDataPositions, dataPos);
src\libraries\System.Private.CoreLib\src\System\Type.Enum.cs (1)
164return Array.BinarySearch(ulArray, ulValue);
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WinEventTracker.cs (2)
213int evt = Array.BinarySearch(_eventIdToIndex, eventId); 356int evt = Array.BinarySearch (_eventIdToIndex, evtIdProp._evtId);