1 write to channelFactory
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
296this.channelFactory = channelFactory;
3 references to channelFactory
System.WorkflowServices (3)
System\Workflow\Runtime\Hosting\ChannelManager.cs (3)
310return this.channelFactory; 332ChannelManagerHelpers.CloseCommunicationObject(this.channelFactory); 337ChannelManagerHelpers.CloseCommunicationObject(this.channelFactory, timeout);