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