1 write to ContainsKeyInvocation
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\BasicPreferDictionaryTryMethodsOverContainsKeyGuardFixer.vb (1)
316
Me.
ContainsKeyInvocation
= containsKeyInvocation
2 references to ContainsKeyInvocation
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\BasicPreferDictionaryTryMethodsOverContainsKeyGuardFixer.vb (2)
245
WithIfStatement(ifStatement.IfStatement.ReplaceNode(fix.
ContainsKeyInvocation
, tryAddInvocation))
254
editor.ReplaceNode(fix.
ContainsKeyInvocation
, negatedTryAddInvocation)