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