2 instantiations of SyncCommunicationWaiter
System.ServiceModel (2)
System\ServiceModel\Channels\LifetimeManager.cs (1)
129
busyWaiter = new
SyncCommunicationWaiter
(this.ThisLock);
System\ServiceModel\ServiceChannelManager.cs (1)
171
activityWaiter = new
SyncCommunicationWaiter
(this.ThisLock);
1 reference to SyncCommunicationWaiter
System.ServiceModel (1)
System\ServiceModel\ServiceChannelManager.cs (1)
165
SyncCommunicationWaiter
activityWaiter = null;