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