2 references to NonCapturingTimer
Microsoft.Extensions.Http (2)
ActiveHandlerTrackingEntry.cs (1)
71
_timer =
NonCapturingTimer
.Create(_timerCallback, this, Lifetime, Timeout.InfiniteTimeSpan);
DefaultHttpClientFactory.cs (1)
228
_cleanupTimer ??=
NonCapturingTimer
.Create(_cleanupCallback, this, DefaultCleanupInterval, Timeout.InfiniteTimeSpan);