1 write to _bytePool
Microsoft.AspNetCore.WebUtilities (1)
MultipartReaderStream.cs (1)
41_bytePool = bytePool;
4 references to _bytePool
Microsoft.AspNetCore.WebUtilities (4)
MultipartReaderStream.cs (4)
226var boundary = stream._bytePool.Rent(length); 228stream._bytePool.Return(boundary); 312var boundary = stream._bytePool.Rent(length); 314stream._bytePool.Return(boundary);