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