2 references to StopwatchPropertyName
NuGet.Protocol (2)
HttpSource\HttpRetryHandler.cs (1)
109
requestMessage.Options.Set(new HttpRequestOptionsKey<List<Stopwatch>>(
StopwatchPropertyName
), stopwatches);
HttpSource\HttpSourceAuthenticationHandler.cs (1)
112
new HttpRequestOptionsKey<List<Stopwatch>>(HttpRetryHandler.
StopwatchPropertyName
),