2 instantiations of SyncCommunicationWaiter
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (1)
109busyWaiter = new SyncCommunicationWaiter(this.ThisLock);
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (1)
171activityWaiter = new SyncCommunicationWaiter(this.ThisLock);
1 reference to SyncCommunicationWaiter
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (1)
165SyncCommunicationWaiter activityWaiter = null;