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)
80var logContext = _contextPool.Get(); 107_contextPool.Return(logContext); 294_contextPool.Return(logContext);