1 reference to unwrapListElement
Microsoft.CodeAnalysis.CSharp (1)
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (1)
54
return CreateAndPopulateList(node, listElementType, node.Elements.SelectAsArray(static (element, node) =>
unwrapListElement
(node, element), node));