3 references to ToImmutableMultiDictionaryAndFree
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertToExtension\ConvertToExtensionCodeRefactoringProvider.cs (1)
138
return map.
ToImmutableMultiDictionaryAndFree
();
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\FixAllContextHelper.cs (1)
127
return builder.
ToImmutableMultiDictionaryAndFree
();
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\AbstractFixAllSpanMappingService.cs (1)
63
return builder.
ToImmutableMultiDictionaryAndFree
();