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