2 references to ToDictionary
Microsoft.AspNetCore.Http.ValidationsGenerator (1)
Parsers\ValidationsGenerator.TypesParser.cs (1)
190
NamedArguments: attribute.NamedArguments.
ToDictionary
(namedArgument => namedArgument.Key, namedArgument => namedArgument.Value.ToCSharpString()),
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Suppression\AbstractSuppressionBatchFixAllProvider.cs (1)
280
var codeActionToDiagnosticLocation = diagnosticsAndCodeActions.
ToDictionary
(