2 writes to codeEndpoints
System.WorkflowServices (2)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (2)
61this.codeEndpoints = endpoints; 139this.codeEndpoints = new List<ServiceEndpoint>();
1 reference to codeEndpoints
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (1)
146this.channelManager = new ChannelManager(this.settings, this.codeEndpoints);