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