1 write to DictionaryAddInvocation
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\BasicPreferDictionaryTryMethodsOverContainsKeyGuardFixer.vb (1)
318
Me.
DictionaryAddInvocation
= dictionaryAddInvocation
3 references to DictionaryAddInvocation
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Performance\BasicPreferDictionaryTryMethodsOverContainsKeyGuardFixer.vb (3)
232
Dim dictionaryAddArguments = fix.
DictionaryAddInvocation
.ArgumentList.Arguments
249
editor.RemoveNode(fix.
DictionaryAddInvocation
.Parent, SyntaxRemoveOptions.KeepNoTrivia)
258
editor.RemoveNode(fix.
DictionaryAddInvocation
.Parent, SyntaxRemoveOptions.KeepNoTrivia)