2 writes to factory
System.WorkflowServices (2)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (2)
427
this.
factory
= factory;
448
this.
factory
= null;
2 references to factory
System.WorkflowServices (2)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (2)
445
if (this.
factory
!= null)
447
ChannelManagerHelpers.CloseCommunicationObject(this.
factory
);