12 references to ToImmutable
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Converters\CollectionAdapters\ImmutableSortedSetBufferAdapter.cs (1)
18
public static ImmutableSortedSet<TElement> ToResult(ImmutableSortedSet<TElement>.Builder buffer) => buffer.
ToImmutable
();
Microsoft.AspNetCore.Http.Extensions (1)
src\Components\Endpoints\src\FormMapping\Converters\CollectionAdapters\ImmutableSortedSetBufferAdapter.cs (1)
18
public static ImmutableSortedSet<TElement> ToResult(ImmutableSortedSet<TElement>.Builder buffer) => buffer.
ToImmutable
();
Microsoft.CodeAnalysis.Workspaces (1)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
907
return builder.
ToImmutable
();
System.Collections.Immutable (9)
System\Collections\Immutable\ImmutableSortedSet.cs (1)
191
return builder.
ToImmutable
();
System\Collections\Immutable\ImmutableSortedSet_1.Builder.cs (7)
261
return this.
ToImmutable
().IsProperSubsetOf(other);
271
return this.
ToImmutable
().IsProperSupersetOf(other);
281
return this.
ToImmutable
().IsSubsetOf(other);
291
return this.
ToImmutable
().IsSupersetOf(other);
301
return this.
ToImmutable
().Overlaps(other);
311
return this.
ToImmutable
().SetEquals(other);
320
this.Root = this.
ToImmutable
().SymmetricExcept(other)._root;
System\Collections\Immutable\ImmutableSortedSet_1.cs (1)
1012
other = builder.
ToImmutable
();