1 reference to GetCharacterArgumentAndIndex
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpUseStartsWithInsteadOfIndexOfComparisonWithZero.Fixer.cs (1)
23
var (argumentSyntax, index) =
GetCharacterArgumentAndIndex
(arguments);