2 references to RewriteStackAllocCountToSize
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_StackAlloc.cs (2)
47
var stackSize =
RewriteStackAllocCountToSize
(rewrittenCount, elementType);
56
var stackSize =
RewriteStackAllocCountToSize
(countTemp, elementType);