1 write to _timer
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
2278
_timer
= new Timer(new TimerCallback(s_timerCallback), this, timeout, TimeSpan.FromMilliseconds(-1));
4 references to _timer
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (4)
2289
if ((
_timer
== null) ||
_timer
.Change(TimeSpan.FromMilliseconds(-1), TimeSpan.FromMilliseconds(-1)))
2302
if ((
_timer
== null) ||
_timer
.Change(TimeSpan.FromMilliseconds(-1), TimeSpan.FromMilliseconds(-1)))