1 write to _argumentName
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\UseStringContainsCharOverloadWithSingleCharacters.Fixer.cs (1)
65_argumentName = argumentName;
2 references to _argumentName
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\UseStringContainsCharOverloadWithSingleCharacters.Fixer.cs (2)
72if (_argumentName is not null) 74newExpression = editor.Generator.Argument(_argumentName, RefKind.None, newExpression);