1 reference to BinarySearch
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionCompilationState.RootedSymbolSet.cs (1)
123
var index = secondarySymbols.
BinarySearch
(symbolHash, static (item, symbolHash) => item.hashCode.CompareTo(symbolHash));