2 writes to StartTimestamp
Microsoft.AspNetCore.HttpLogging (2)
HttpLoggingInterceptorContext.cs (1)
142StartTimestamp = 0;
HttpLoggingMiddleware.cs (1)
81logContext.StartTimestamp = _timeProvider.GetTimestamp();
1 reference to StartTimestamp
Microsoft.AspNetCore.HttpLogging (1)
HttpLoggingInterceptorContext.cs (1)
150return TimeProvider.GetElapsedTime(StartTimestamp).TotalMilliseconds;