1 write to _sendTimer
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (1)
65
_sendTimer
= new Timer(s_onSendTimeout, this, TimeSpan.FromMilliseconds(-1), TimeSpan.FromMilliseconds(-1));
4 references to _sendTimer
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (4)
58
if (
_sendTimer
== null)
68
return
_sendTimer
;
227
if (
_sendTimer
!= null)
229
_sendTimer
.Change(TimeSpan.FromMilliseconds(-1), TimeSpan.FromMilliseconds(-1));