1 reference to AreEquivalentZeroLengthArrayCreations
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\AvoidZeroLengthArrayAllocations.cs (1)
176
return lastArgument != null && lastArgument.Value.Syntax == arrayCreationExpression.Syntax &&
AreEquivalentZeroLengthArrayCreations
(arrayCreationExpression, lastArgument.Value as IArrayCreationOperation);