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