1 write to _timer
NuGet.Protocol (1)
Plugins\OutboundRequestContext`1.cs (1)
113
_timer
= new Timer(
3 references to _timer
NuGet.Protocol (3)
Plugins\OutboundRequestContext`1.cs (3)
169
_timer
!.Change(_timeout.Value, Timeout.InfiniteTimeSpan);
238
if (
_timer
!= null)
240
_timer
.Dispose();