1 write to _timer
NuGet.Protocol (1)
Plugins\AutomaticProgressReporter.cs (1)
36_timer = new Timer(OnTimer, state: null, dueTime: interval, period: interval);
1 reference to _timer
NuGet.Protocol (1)
Plugins\AutomaticProgressReporter.cs (1)
76_timer.Dispose();