1 reference to TryAddFix
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferDictionaryTryMethodsOverContainsKeyGuardFixer.cs (1)
289
fix = new
TryAddFix
(containsKeyInvocation, containsKeyAccess, dictionaryAddInvocation, ifStatement);