3 references to IsStringRemoveMethod
Microsoft.CodeAnalysis.CSharp.Features (3)
src\Analyzers\CSharp\Analyzers\UseIndexOrRangeOperator\CSharpUseRangeOperatorDiagnosticAnalyzer.cs (1)
148
if (
IsStringRemoveMethod
(targetMethod) &&
src\Analyzers\CSharp\CodeFixes\UseIndexOrRangeOperator\CSharpUseRangeOperatorCodeFixProvider.cs (2)
158
if (
IsStringRemoveMethod
(result.InvocationOperation.TargetMethod))
242
if (
IsStringRemoveMethod
(result.InvocationOperation.TargetMethod))