2 instantiations of SyncWaiter
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
2063waiter = new SyncWaiter(this, canGetChannel, null, timeout, maskingMode, this.binder.ChannelParameters); 2073waiter = new SyncWaiter(this, canGetChannel,
2 references to SyncWaiter
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
1709if (waiter is SyncWaiter) 2023SyncWaiter waiter = null;