1 write to writeTimer
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
173this.writeTimer = new IOThreadTimer(onWriteTimeout, this, false);
2 references to writeTimer
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
166if (this.writeTimer == null) 176return this.writeTimer;