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