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