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