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