4 instantiations of 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);
2 references to AsyncCommunicationWaiter
System.ServiceModel.Primitives (2)
System\ServiceModel\ServiceChannelManager.cs (2)
70
AsyncCommunicationWaiter
activityWaiter = null;
104
AsyncCommunicationWaiter
activityWaiter = null;