1 write to _contextPool
Microsoft.AspNetCore.HttpLogging (1)
HttpLoggingMiddleware.cs (1)
40
_contextPool
= contextPool;
3 references to _contextPool
Microsoft.AspNetCore.HttpLogging (3)
HttpLoggingMiddleware.cs (3)
76
var logContext =
_contextPool
.Get();
103
_contextPool
.Return(logContext);
288
_contextPool
.Return(logContext);