5 references to Length
Microsoft.CodeAnalysis.NetAnalyzers (5)
Microsoft.NetCore.Analyzers\Performance\UseCountProperly.cs (5)
33private const string Length = nameof(Length); 241if (propertyName is not Count and not Length || 388string propertyName = Length; 510else if (TypeContainsVisibleProperty(context, type, Length, SpecialType.System_Int32, SpecialType.System_UInt64, out _)) 512ReportCA1829(context, Length, invocationOperation);