1 write to DictionaryAddInvocation
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferDictionaryTryMethodsOverContainsKeyGuardFixer.cs (1)
407
DictionaryAddInvocation
= dictionaryAddInvocation;
3 references to DictionaryAddInvocation
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferDictionaryTryMethodsOverContainsKeyGuardFixer.cs (3)
299
var dictionaryAddArguments = fix.
DictionaryAddInvocation
.ArgumentList.Arguments;
327
editor.RemoveNode(fix.
DictionaryAddInvocation
.Parent!, SyntaxRemoveOptions.KeepNoTrivia);
345
editor.RemoveNode(fix.
DictionaryAddInvocation
.Parent!, SyntaxRemoveOptions.KeepNoTrivia);