2 writes to receiveTimer
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
209this.receiveTimer = new IOThreadTimer(onReceiveTimeout, this, false); 372this.receiveTimer = null;
3 references to receiveTimer
System.ServiceModel (3)
System\ServiceModel\Channels\SocketConnection.cs (3)
202if (this.receiveTimer == null) 212return this.receiveTimer; 371IOThreadTimer receiveTimerSnapshot = this.receiveTimer;