1 write to _sourceCharLiteral
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\UseStringContainsCharOverloadWithSingleCharacters.Fixer.cs (1)
60
_sourceCharLiteral
= sourceCharLiteral;
1 reference to _sourceCharLiteral
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\UseStringContainsCharOverloadWithSingleCharacters.Fixer.cs (1)
71
var newExpression = editor.Generator.LiteralExpression(
_sourceCharLiteral
);