2 references to CloseChannelsCallback
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (2)
306IAsyncResult result = _instanceContext._channels.BeginClose(_timeoutHelper.RemainingTime(), PrepareAsyncCompletion(new AsyncCompletion(CloseChannelsCallback)), this); 307if (result.CompletedSynchronously && CloseChannelsCallback(result))