1 write to timerQueue
System (1)
net\System\Net\NetWebProxyFinder.cs (1)
278
timerQueue
= TimerThread.GetOrCreateQueue(SettingsSectionInternal.Section.DownloadTimeout);
2 references to timerQueue
System (2)
net\System\Net\NetWebProxyFinder.cs (2)
276
if (
timerQueue
== null)
280
timer =
timerQueue
.CreateTimer(timerCallback, request);