1 write to VariableName
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferDictionaryTryMethodsOverContainsKeyGuardFixer.cs (1)
368VariableName = variableName;
2 references to VariableName
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferDictionaryTryMethodsOverContainsKeyGuardFixer.cs (2)
206var identifierName = (IdentifierNameSyntax)(fix.VariableName is not null 207? generator.IdentifierName(fix.VariableName)