9 references to ToImmutableDictionary
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertPrimaryToRegularConstructor\ConvertPrimaryToRegularConstructorCodeRefactoringProvider.cs (1)
214return result.ToImmutableDictionary();
Microsoft.CodeAnalysis.Features (6)
CodeFixes\Service\CodeFixService.cs (1)
389fixerMap = builder.ToImmutableDictionary();
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer.IncrementalMemberEditAnalyzer.cs (1)
117return builder.ToImmutableDictionary();
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnosticsForSpan.cs (1)
37return builder.ToImmutableDictionary();
EditAndContinue\ActiveStatementsMap.cs (1)
124return new ActiveStatementsMap(byDocumentPath, byInstruction.ToImmutableDictionary());
PdbSourceDocument\DocumentDebugInfoReader.cs (1)
138return result.ToImmutableDictionary();
Shared\Utilities\AnnotatedSymbolMapping.cs (1)
107return new AnnotatedSymbolMapping(symbolToDeclarationAnnotationMap.ToImmutableDictionary(), annotatedSolution, immutableDocumentIdToSymbolsMap, typeNodeAnnotation);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Workspaces\LspWorkspaceManager.cs (1)
554return documentsInSolution.ToImmutableDictionary();
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\SymbolUsageAnalysis\SymbolUsageAnalysis.AnalysisData.cs (1)
88=> new(SymbolsWriteBuilder.ToImmutableDictionary(),