1 write to _pool
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Buffers\ArrayPoolBufferSource.cs (1)
14_pool = pool;
2 references to _pool
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Buffers\ArrayPoolBufferSource.cs (2)
17public char[] Rent(int bufferSize) => _pool.Rent(bufferSize); 19public void Return(char[] buffer) => _pool.Return(buffer);