2 references to CreateEmptyArray
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (2)
414
arrayOrList =
CreateEmptyArray
(syntax, ArrayTypeSymbol.CreateSZArray(_compilation.Assembly, elementType));
693
return
CreateEmptyArray
(syntax, arrayType);