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