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