3 references to BuildCacheAddress
System.WorkflowServices (3)
System\Workflow\Runtime\Hosting\ChannelManager.cs (2)
53
cacheAddress = ChannelManagerHelpers.
BuildCacheAddress
(endpoint.Name, endpoint.Contract.ContractType);
127
EndpointAddress cacheAddress = ChannelManagerHelpers.
BuildCacheAddress
(endpointName, contractType);
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
184
EndpointAddress key =
BuildCacheAddress
(endpointName, contractType);