3 references to IsValidIndexing
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
src\roslyn\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))