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