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