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