1 write to reuseConnectionCallback
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionDemuxer.cs (1)
131
reuseConnectionCallback
= new Action<object>(ReuseConnectionCallback);
2 references to reuseConnectionCallback
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionDemuxer.cs (2)
129
if (
reuseConnectionCallback
== null)
134
ActionItem.Schedule(
reuseConnectionCallback
, new ReuseConnectionState(modeReader, closeTimeout));