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