13 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.BannedApiAnalyzers (1)
RestrictedInternalsVisibleToAnalyzer.cs (1)
179
builder.Add(referencedAssemblySymbol, namespaceBuilder.
ToImmutable
());
Microsoft.CodeAnalysis.Workspaces (1)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
890
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)
257
return this.
ToImmutable
().IsProperSubsetOf(other);
267
return this.
ToImmutable
().IsProperSupersetOf(other);
277
return this.
ToImmutable
().IsSubsetOf(other);
287
return this.
ToImmutable
().IsSupersetOf(other);
297
return this.
ToImmutable
().Overlaps(other);
307
return this.
ToImmutable
().SetEquals(other);
316
this.Root = this.
ToImmutable
().SymmetricExcept(other)._root;
System\Collections\Immutable\ImmutableSortedSet_1.cs (1)
1012
other = builder.
ToImmutable
();