1 reference to GenerateArrayEmptyInvocation
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\AvoidZeroLengthArrayAllocations.Fixer.cs (1)
66
SyntaxNode arrayEmptyInvocation =
GenerateArrayEmptyInvocation
(generator, arrayTypeSymbol, elementType).WithTriviaFrom(nodeToFix);