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