1 write to synchronizer
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
2216this.synchronizer = synchronizer;
9 references to synchronizer
System.ServiceModel (9)
System\ServiceModel\Channels\ReliableChannelBinder.cs (9)
2261this.synchronizer.binder.GetClosedException(this.maskingMode)); 2272if (!this.synchronizer.binder.EndTryGetChannel(result)) 2279if (!this.synchronizer.CompleteSetChannel(this, out this.channel)) 2304this.synchronizer.binder.GetFaultedException(this.maskingMode)); 2315IAsyncResult result = this.synchronizer.binder.BeginTryGetChannel( 2388if (this.synchronizer.OnChannelOpened(this)) 2410this.synchronizer.OnGetChannelFailed(); 2452if (this.synchronizer.RemoveWaiter(this)) 2501if (this.synchronizer.binder.MustOpenChannel)