1 write to VariableDeclarator
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferDictionaryTryMethodsOverContainsKeyGuardFixer.cs (1)
370
VariableDeclarator
= variableDeclarator;
2 references to VariableDeclarator
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferDictionaryTryMethodsOverContainsKeyGuardFixer.cs (2)
257
if (fix.
VariableDeclarator
is null)
263
editor.RemoveNode(fix.
VariableDeclarator
);