2 writes to closeOutboundChannels
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (2)
46this.closeOutboundChannels = true; 51this.closeOutboundChannels = false;
3 references to closeOutboundChannels
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (3)
393if (this.closeOutboundChannels) 767if (exception == null && (this.closeOutboundChannels || !this.channelExtension.HasSession)) 774if (!this.closeOutboundChannels)