1 write to _pool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs (1)
35
_pool
= pool;
11 references to _pool
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (11)
src\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs (11)
53
if (
_pool
.IsDisposed)
63
_pool
.ReportException(exception);
87
_pool
.Return(this);
94
_pool
.ReportException(exception);
110
if (
_pool
.IsDisposed)
120
_pool
.ReportException(exception);
136
if (
_pool
.IsDisposed)
158
_pool
.ReportException(exception);
174
if (
_pool
.IsDisposed)
184
_pool
.ReportException(exception);
212
_pool
.ReportException(exception);