17 references to ToImmutableDictionary
dotnet-format (1)
Analyzers\AnalyzerFormatter.cs (1)
361
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
();
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldNotHaveIncorrectSuffix.cs (1)
139
var suffixToBaseTypeDictionary = suffixToBaseTypeDictionaryBuilder.
ToImmutableDictionary
();
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\ImplementStandardExceptionConstructors.cs (1)
135
Diagnostic diagnostic = namedTypeSymbol.Locations.CreateDiagnostic(MissingConstructorRule, builder.
ToImmutableDictionary
(), namedTypeSymbol.Name, constructorSignature);
Microsoft.NetCore.Analyzers\Performance\PreferConvertToHexStringOverBitConverter.cs (2)
166
var bitConverterReplacements = bitConverterReplacementsBuilder.
ToImmutableDictionary
();
190
var bitConverterReplacementsToLower = bitConverterReplacementsToLowerBuilder.
ToImmutableDictionary
();