1 write to readTimer
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
156this.readTimer = new IOThreadTimer(onReadTimeout, this, false);
2 references to readTimer
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
149if (this.readTimer == null) 159return this.readTimer;