4 references to AsyncCommunicationWaiter
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\LifetimeManager.cs (2)
110
busyWaiter = new
AsyncCommunicationWaiter
(ThisLock);
150
busyWaiter = new
AsyncCommunicationWaiter
(ThisLock);
System\ServiceModel\ServiceChannelManager.cs (2)
76
activityWaiter = new
AsyncCommunicationWaiter
(ThisLock);
110
activityWaiter = new
AsyncCommunicationWaiter
(ThisLock);