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)
76var logContext = _contextPool.Get(); 103_contextPool.Return(logContext); 288_contextPool.Return(logContext);