3 references to LastPropertyName
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\DoNotUseEnumerableMethodsOnIndexableCollectionsInsteadUseTheCollectionDirectly.Fixer.cs (3)
42
|| (method != FirstPropertyName && method !=
LastPropertyName
&& method != CountPropertyName))
67
if (method is
LastPropertyName
or CountPropertyName)
109
if (methodName ==
LastPropertyName
)