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