1 write to _contextPool
Microsoft.AspNetCore.HttpLogging (1)
HttpLoggingMiddleware.cs (1)
43
_contextPool
= contextPool;
3 references to _contextPool
Microsoft.AspNetCore.HttpLogging (3)
HttpLoggingMiddleware.cs (3)
80
var logContext =
_contextPool
.Get();
107
_contextPool
.Return(logContext);
294
_contextPool
.Return(logContext);