30 references to Synchronizer
System.ServiceModel (30)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (12)
167
if (channel != null && !this.
Synchronizer
.SetChannel(channel))
177
return this.
Synchronizer
.EnsureChannel();
251
if (!this.
Synchronizer
.TryGetChannelForOutput(timeoutHelper.RemainingTime(), maskingMode,
275
autoAborted = this.
Synchronizer
.Aborting;
276
this.
Synchronizer
.ReturnChannel();
305
if (!this.
Synchronizer
.SetChannel(channel))
335
IDuplexChannel channel = this.
Synchronizer
.CurrentChannel;
347
IDuplexChannel channel = this.
Synchronizer
.CurrentChannel;
462
return this.
Synchronizer
.CurrentChannel.Session;
490
this.
Synchronizer
.OnReadEof();
567
IRequestChannel channel = this.
Synchronizer
.CurrentChannel;
720
return this.
Synchronizer
.CurrentChannel.Session;
System\ServiceModel\Channels\ReliableChannelBinder.cs (5)
895
autoAborted = this.
Synchronizer
.Aborting;
1034
autoAborted = this.
Synchronizer
.Aborting;
2962
this.autoAborted = this.binder.
Synchronizer
.Aborting;
2996
this.autoAborted = this.binder.
Synchronizer
.Aborting;
3336
this.autoAborted = this.binder.
Synchronizer
.Aborting;
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (13)
269
if (!this.
Synchronizer
.SetChannel(this.pendingChannel))
549
if (!this.
Synchronizer
.SetChannel(this.pendingChannel))
574
if (!this.
Synchronizer
.TolerateFaults ||
585
oldBinderChannel = this.
Synchronizer
.AbortCurentChannel();
625
bool success = !this.
Synchronizer
.TryGetChannelForInput(true, timeoutHelper.RemainingTime(),
639
autoAborted = this.
Synchronizer
.Aborting;
640
this.
Synchronizer
.ReturnChannel();
693
IDuplexChannel channel = this.
Synchronizer
.CurrentChannel;
859
return this.
Synchronizer
.CurrentChannel.Session;
870
this.
Synchronizer
.OnReadEof();
906
IReplyChannel channel = this.
Synchronizer
.CurrentChannel;
1049
return this.
Synchronizer
.CurrentChannel.Session;
1059
this.
Synchronizer
.OnReadEof();