1 instantiation of ValueStopwatch
Microsoft.Extensions.Http (1)
ValueStopwatch.cs (1)
22
public static ValueStopwatch StartNew() => new
ValueStopwatch
(Stopwatch.GetTimestamp());
11 references to ValueStopwatch
Microsoft.Extensions.Http (11)
DefaultHttpClientFactory.cs (2)
272
var
stopwatch =
ValueStopwatch
.StartNew();
Logging\HttpClientLoggerHandler.cs (4)
29
var
stopwatch =
ValueStopwatch
.StartNew();
69
var
stopwatch =
ValueStopwatch
.StartNew();
Logging\LoggingHttpMessageHandler.cs (2)
61
var
stopwatch =
ValueStopwatch
.StartNew();
Logging\LoggingScopeHttpMessageHandler.cs (2)
55
var
stopwatch =
ValueStopwatch
.StartNew();
ValueStopwatch.cs (1)
22
public static
ValueStopwatch
StartNew() => new ValueStopwatch(Stopwatch.GetTimestamp());