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