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)
17
public char[] Rent(int bufferSize) =>
_pool
.Rent(bufferSize);
19
public void Return(char[] buffer) =>
_pool
.Return(buffer);