1 write to _allowLateReturn
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Shared\Buffers.MemoryPool\DiagnosticMemoryPool.cs (1)
37
_allowLateReturn
= allowLateReturn;
2 references to _allowLateReturn
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
src\Shared\Buffers.MemoryPool\DiagnosticMemoryPool.cs (2)
80
if (!
_allowLateReturn
)
114
if (!allBlocksReturned && !
_allowLateReturn
)