1 write to ContainsKeyInvocation
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferDictionaryTryMethodsOverContainsKeyGuardFixer.cs (1)
405
ContainsKeyInvocation
= containsKeyInvocation;
2 references to ContainsKeyInvocation
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferDictionaryTryMethodsOverContainsKeyGuardFixer.cs (2)
318
editor.ReplaceNode(fix.
ContainsKeyInvocation
, tryAddInvocation);
334
editor.ReplaceNode(fix.
ContainsKeyInvocation
, negatedTryAddInvocation);