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