9 references to ToImmutable
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Converters\DictionaryAdapters\ImmutableSortedDictionaryBufferAdapter.cs (1)
20
public static ImmutableSortedDictionary<TKey, TValue> ToResult(ImmutableSortedDictionary<TKey, TValue>.Builder buffer) => buffer.
ToImmutable
();
Microsoft.AspNetCore.Http.Extensions (1)
src\Components\Endpoints\src\FormMapping\Converters\DictionaryAdapters\ImmutableSortedDictionaryBufferAdapter.cs (1)
20
public static ImmutableSortedDictionary<TKey, TValue> ToResult(ImmutableSortedDictionary<TKey, TValue>.Builder buffer) => buffer.
ToImmutable
();
Microsoft.CodeAnalysis.Workspaces (5)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ISolutionExtensions.cs (1)
105
new SourceGeneratorExecutionVersionMap(projectIdToSourceGenerationVersion.
ToImmutable
()));
Workspace\Solution\SourceGeneratorExecutionVersion.cs (1)
103
return new(builder.
ToImmutable
());
Workspace\Solution\TextDocumentStates.cs (2)
195
return new(_ids, builder.
ToImmutable
(), filePathToDocumentIds);
216
return new(_ids, builder.
ToImmutable
(), filePaths);
Workspace\Workspace_SourceGeneration.cs (1)
107
return new(result.
ToImmutable
());
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedDictionary.cs (1)
157
return builder.
ToImmutable
();
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
763
other = builder.
ToImmutable
();