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)
72
if (
_argumentName
is not null)
74
newExpression = editor.Generator.Argument(
_argumentName
, RefKind.None, newExpression);