2 references to sharedCallback
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
993
IAsyncResult result = channelDemuxer.innerChannel.BeginClose(timeoutHelper.RemainingTime(),
sharedCallback
, this);
1024
IAsyncResult result = channelDemuxer.innerListener.BeginClose(timeoutHelper.RemainingTime(),
sharedCallback
, this);