2 writes to channel
System.WorkflowServices (2)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (2)
426this.channel = channel; 443this.channel = null;
3 references to channel
System.WorkflowServices (3)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (3)
434return this.channel; 440if (this.channel != null) 442ChannelManagerHelpers.CloseCommunicationObject(this.channel);