1 write to endpoints
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
41this.endpoints = new Dictionary<EndpointAddress, ServiceEndpoint>();
3 references to endpoints
System.WorkflowServices (3)
System\Workflow\Runtime\Hosting\ChannelManager.cs (3)
59this.endpoints.Add(cacheAddress, endpoint); 94this.endpoints.Clear(); 216ChannelManagerHelpers.CreateChannelFactory(endpointData.Key, endpointData.Value, this.endpoints),