2 references to IsArrayEmptyDefined
Microsoft.CodeAnalysis.NetAnalyzers.UnitTests (2)
Microsoft.NetCore.Analyzers\Runtime\AvoidZeroLengthArrayAllocationsTests.cs (2)
41
return
IsArrayEmptyDefined
() ? string.Empty : arrayEmptySourceRaw;
58
return
IsArrayEmptyDefined
() ? string.Empty : arrayEmptySourceRaw;