2 references to TryGetLengthOrCountProperty
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
CSharpUseIndexOperatorDiagnosticAnalyzer.InfoCache.cs (1)
75
var lengthLikeProperty =
TryGetLengthOrCountProperty
(containingType);
CSharpUseRangeOperatorDiagnosticAnalyzer.InfoCache.cs (1)
129
var lengthLikeProperty =
TryGetLengthOrCountProperty
(containingType);