2 references to GetDuration
Microsoft.AspNetCore.HttpLogging (2)
HttpLoggingMiddleware.cs (2)
233
logContext.AddParameter(nameof(HttpLoggingFields.Duration), logContext.
GetDuration
());
261
_logger.Duration(logContext.
GetDuration
());