7 references to ImmutableSortedSet
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Converters\CollectionAdapters\ImmutableSortedSetBufferAdapter.cs (1)
10
public static ImmutableSortedSet<TElement>.Builder CreateBuffer() =>
ImmutableSortedSet
.CreateBuilder<TElement>();
Microsoft.AspNetCore.Http.Extensions (1)
src\aspnetcore\src\Components\Endpoints\src\FormMapping\Converters\CollectionAdapters\ImmutableSortedSetBufferAdapter.cs (1)
10
public static ImmutableSortedSet<TElement>.Builder CreateBuffer() =>
ImmutableSortedSet
.CreateBuilder<TElement>();
Microsoft.CodeAnalysis.Workspaces (1)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
873
var builder =
ImmutableSortedSet
.CreateBuilder<TextSpan>();
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableSortedSet_1.cs (3)
20
[CollectionBuilder(typeof(
ImmutableSortedSet
), nameof(
ImmutableSortedSet
.Create))]
265
ImmutableSortedSet<T> otherAsSet =
ImmutableSortedSet
.CreateRange(_comparer, other);
System.Text.Json.SourceGeneration (1)
Helpers\KnownTypeSymbols.cs (1)
340
factoryTypeFullName = typeof(
ImmutableSortedSet
).FullName;