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