11 references to BinarySearch
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
192/// <inheritdoc cref="ImmutableList{T}.BinarySearch(T, IComparer{T}?)"/>
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedList`1.cs (1)
192/// <inheritdoc cref="ImmutableList{T}.BinarySearch(T, IComparer{T}?)"/>
Microsoft.CodeAnalysis (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
192/// <inheritdoc cref="ImmutableList{T}.BinarySearch(T, IComparer{T}?)"/>
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
192/// <inheritdoc cref="ImmutableList{T}.BinarySearch(T, IComparer{T}?)"/>
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
192/// <inheritdoc cref="ImmutableList{T}.BinarySearch(T, IComparer{T}?)"/>
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
192/// <inheritdoc cref="ImmutableList{T}.BinarySearch(T, IComparer{T}?)"/>
Microsoft.CodeAnalysis.Extensions.Package (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
192/// <inheritdoc cref="ImmutableList{T}.BinarySearch(T, IComparer{T}?)"/>
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
192/// <inheritdoc cref="ImmutableList{T}.BinarySearch(T, IComparer{T}?)"/>
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
192/// <inheritdoc cref="ImmutableList{T}.BinarySearch(T, IComparer{T}?)"/>
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
192/// <inheritdoc cref="ImmutableList{T}.BinarySearch(T, IComparer{T}?)"/>
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableList_1.cs (1)
69public int BinarySearch(T item) => this.BinarySearch(item, null);