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)
226
var boundary = stream.
_bytePool
.Rent(length);
228
stream.
_bytePool
.Return(boundary);
312
var boundary = stream.
_bytePool
.Rent(length);
314
stream.
_bytePool
.Return(boundary);