2 references to IsIntIndexingMethod
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\Analyzers\UseIndexOrRangeOperator\CSharpUseIndexOperatorDiagnosticAnalyzer.InfoCache.cs (2)
60
if (
IsIntIndexingMethod
(methodSymbol))
70
Debug.Assert(
IsIntIndexingMethod
(method));