1 write to synchronizer
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
2592
this.
synchronizer
= synchronizer;
9 references to synchronizer
System.ServiceModel (9)
System\ServiceModel\Channels\ReliableChannelBinder.cs (9)
2610
this.exception = this.
synchronizer
.binder.GetClosedException(this.maskingMode);
2616
this.exception = this.
synchronizer
.binder.GetFaultedException(this.maskingMode);
2650
else if (this.
synchronizer
.binder.TryGetChannel(
2653
if (!this.
synchronizer
.CompleteSetChannel(this, out channel))
2660
this.
synchronizer
.OnGetChannelFailed();
2664
if (this.
synchronizer
.binder.MustOpenChannel)
2683
this.
synchronizer
.OnGetChannelFailed();
2688
if (this.
synchronizer
.OnChannelOpened(this))
2729
if (this.
synchronizer
.RemoveWaiter(this))