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
;
39
var toReturn =
_arrayFromPool
;
164
var toReturn =
_arrayFromPool
;