1 write to _timer
NuGet.Protocol (1)
Plugins\OutboundRequestContext`1.cs (1)
112
_timer
= new Timer(
3 references to _timer
NuGet.Protocol (3)
Plugins\OutboundRequestContext`1.cs (3)
163
_timer
.Change(_timeout.Value, Timeout.InfiniteTimeSpan);
224
if (
_timer
!= null)
226
_timer
.Dispose();