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