3 references to IsValidIndexing
Microsoft.CodeAnalysis.CSharp.Features (3)
src\Analyzers\CSharp\Analyzers\UseIndexOrRangeOperator\CSharpUseRangeOperatorDiagnosticAnalyzer.cs (3)
170
if (!
IsValidIndexing
(invocation, infoCache, targetMethod))
238
if (!
IsValidIndexing
(invocation, infoCache, targetMethod))
289
if (!
IsValidIndexing
(invocation, infoCache, targetMethod))