2 references to TryGetLengthOrCountProperty
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\Analyzers\UseIndexOrRangeOperator\CSharpUseIndexOperatorDiagnosticAnalyzer.InfoCache.cs (1)
75
var lengthLikeProperty =
TryGetLengthOrCountProperty
(containingType);
src\Analyzers\CSharp\Analyzers\UseIndexOrRangeOperator\CSharpUseRangeOperatorDiagnosticAnalyzer.InfoCache.cs (1)
137
var lengthLikeProperty =
TryGetLengthOrCountProperty
(containingType);