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