2 references to PreferDictionaryTryGetValueCodeFixTitle
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\PreferDictionaryTryMethodsOverContainsKeyGuardFixer.cs (2)
23protected const string TryGetValueEquivalenceKey = nameof(MicrosoftNetCoreAnalyzersResources.PreferDictionaryTryGetValueCodeFixTitle); 31protected static string PreferDictionaryTryGetValueCodeFixTitle => MicrosoftNetCoreAnalyzersResources.PreferDictionaryTryGetValueCodeFixTitle;