13 references to ToImmutableDictionary
dotnet-format (1)
Analyzers\AnalyzerFormatter.cs (1)
358
return projectAnalyzers.
ToImmutableDictionary
();
Microsoft.AspNetCore.App.Analyzers (1)
RouteEmbeddedLanguage\RoutePatternAnalyzer.cs (1)
108
properties: propertiesBuilder.
ToImmutableDictionary
(),
Microsoft.CodeAnalysis (1)
Compilation\SyntaxTreeOptionsProvider.cs (1)
70
_options = builder.
ToImmutableDictionary
();
Microsoft.CodeAnalysis.CSharp (7)
Compilation\SyntaxAndDeclarationManager.cs (7)
134
ordinalMapBuilder.
ToImmutableDictionary
(),
135
loadDirectiveMapBuilder.
ToImmutableDictionary
(),
136
loadedSyntaxTreeMapBuilder.
ToImmutableDictionary
(),
137
declMapBuilder.
ToImmutableDictionary
(),
138
lastComputedMemberNamesMap.
ToImmutableDictionary
(),
364
declMapBuilder.
ToImmutableDictionary
(),
365
lastComputedMemberNamesMap.
ToImmutableDictionary
(),
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\DebuggingSession.cs (1)
356
var newBaseline = new ProjectBaseline(moduleId, baselineProject.Id, initialBaseline, initiallyReferencedAssemblies.
ToImmutableDictionary
(), generation: 0);
EditAndContinue\RunningProjectOptions.cs (1)
61
return result.
ToImmutableDictionary
();
PullMemberUp\MembersPuller.cs (1)
483
return symbolToDeclarationsBuilder.
ToImmutableDictionary
();