2 writes to channel
System.WorkflowServices (2)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (2)
361
this.
channel
= channel;
413
this.
channel
= null;
4 references to channel
System.WorkflowServices (4)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (4)
371
return this.
channel
.InnerChannel;
395
return this.
channel
;
409
DiagnosticUtility.DebugAssert(this.
channel
!= null, "channel has been closed already.");
410
if (this.
channel
!= null)