2 implementations of ICommunicationWaiter
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (2)
270internal class CloseCommunicationAsyncResult : AsyncResult, ICommunicationWaiter 361internal class SyncCommunicationWaiter : ICommunicationWaiter
6 references to ICommunicationWaiter
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (3)
21private ICommunicationWaiter _busyWaiter; 94ICommunicationWaiter busyWaiter = null; 131ICommunicationWaiter busyWaiter = null;
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (3)
17private ICommunicationWaiter _activityWaiter; 202ICommunicationWaiter activityWaiter = null; 290ICommunicationWaiter activityWaiter = null;