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