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