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