2 references to GetIndexer
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
CSharpUseRangeOperatorDiagnosticAnalyzer.cs (1)
242var indexer = GetIndexer(targetMethod.ContainingType, infoCache.RangeType, targetMethod.ContainingType);
CSharpUseRangeOperatorDiagnosticAnalyzer.InfoCache.cs (1)
148var indexer = GetIndexer(containingType, RangeType, containingType);