2 writes to sendTimer
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
191this.sendTimer = new IOThreadTimer(onSendTimeout, this, false); 383this.sendTimer = null;
3 references to sendTimer
System.ServiceModel (3)
System\ServiceModel\Channels\SocketConnection.cs (3)
184if (this.sendTimer == null) 194return this.sendTimer; 382IOThreadTimer sendTimerSnapshot = this.sendTimer;