2 writes to closed
System.WorkflowServices (2)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (2)
147this.closed = false; 159this.closed = true;
2 references to closed
System.WorkflowServices (2)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (2)
154if (!this.closed && this.channelManager != null) 276if (this.closed)