1 write to timedOut
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
1075
this.
timedOut
= true;
4 references to timedOut
System.ServiceModel (4)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (4)
907
this.
timedOut
||
955
if (this.
timedOut
)
965
else if (this.
timedOut
)
1042
if (wasDone && this.
timedOut
)