2 references to CreateArrayEmptyCallIfAvailable
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_Call.cs (2)
1199
optimized =
CreateArrayEmptyCallIfAvailable
(possibleParamsArray.Syntax, ((ArrayTypeSymbol)possibleParamsArray.Type!).ElementType);
1488
BoundExpression? arrayEmpty =
CreateArrayEmptyCallIfAvailable
(syntax, arrayType.ElementType);