10 references to ToImmutableDictionary
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\IntelliCode\IntentProcessor.cs (1)
121return new IntentSource(processorResult.Title, processorResult.ActionName, results.ToImmutableDictionary());
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\ActiveStatementsMap.cs (1)
118return new ActiveStatementsMap(byDocumentPath, byInstruction.ToImmutableDictionary());
PdbSourceDocument\DocumentDebugInfoReader.cs (1)
138return result.ToImmutableDictionary();
Shared\Utilities\AnnotatedSymbolMapping.cs (1)
115return new AnnotatedSymbolMapping(symbolToDeclarationAnnotationMap.ToImmutableDictionary(), annotatedSolution, immutableDocumentIdToSymbolsMap, typeNodeAnnotation);
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Features\CodeFixes\CodeFixService.cs (1)
342fixerMap = builder.ToImmutableDictionary();
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.IncrementalMemberEditAnalyzer.cs (1)
119return builder.ToImmutableDictionary();
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (1)
385return builder.ToImmutableDictionary();
Workspaces\LspWorkspaceManager.cs (1)
354return documentsInSolution.ToImmutableDictionary();
Microsoft.CodeAnalysis.Workspaces (1)
SymbolUsageAnalysis.AnalysisData.cs (1)
88=> new(SymbolsWriteBuilder.ToImmutableDictionary(),
Microsoft.VisualStudio.LanguageServices (1)
Packaging\PackageInstallerServiceFactory.cs (1)
602var installedPackagesMap = installedPackages.ToImmutableDictionary();