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