4 references to CreateStartsWithInvocationFromArguments
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpUseStartsWithInsteadOfIndexOfComparisonWithZero.Fixer.cs (1)
52
return
CreateStartsWithInvocationFromArguments
(generator, instance, arguments, shouldNegate);
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\UseStartsWithInsteadOfIndexOfComparisonWithZero.Fixer.cs (2)
56
return
CreateStartsWithInvocationFromArguments
(generator, instance, arguments, shouldNegate);
70
return
CreateStartsWithInvocationFromArguments
(generator, instance, arguments, shouldNegate);
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\BasicUseStartsWithInsteadOfIndexOfComparisonWithZero.Fixer.vb (1)
66
Return
CreateStartsWithInvocationFromArguments
(generator, instance, arguments, shouldNegate)