2 instantiations of TaskWaiter
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
1585waiter = new TaskWaiter(this, canGetChannel, null, timeout, maskingMode, _binder.ChannelParameters); 1595waiter = new TaskWaiter(this, canGetChannel,
1 reference to TaskWaiter
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
1548TaskWaiter waiter = null;