3 writes to _arrayFromPool
Microsoft.AspNetCore.Razor.Utilities.Shared (3)
MemoryBuilder`1.cs (3)
30_arrayFromPool = ArrayPool<T>.Shared.Rent(initialCapacity); 45_arrayFromPool = null; 166_arrayFromPool = newArray;
3 references to _arrayFromPool
Microsoft.AspNetCore.Razor.Utilities.Shared (3)
MemoryBuilder`1.cs (3)
31_memory = _arrayFromPool; 39var toReturn = _arrayFromPool; 164var toReturn = _arrayFromPool;