1 write to s_onSendTimeout
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (1)
62
s_onSendTimeout
= new TimerCallback(OnSendTimeout);
2 references to s_onSendTimeout
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (2)
60
if (
s_onSendTimeout
== null)
65
_sendTimer = new Timer(
s_onSendTimeout
, this, TimeSpan.FromMilliseconds(-1), TimeSpan.FromMilliseconds(-1));