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