2 references to ShouldUseInlineArray
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (2)
284
if (
ShouldUseInlineArray
(node, _compilation) &&
522
&& !
ShouldUseInlineArray
(node, compilation);