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