2 references to BuildCacheAddress
System.WorkflowServices (2)
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
57
cacheAddress = ChannelManagerHelpers.
BuildCacheAddress
(endpoint.Name, endpoint.Contract.Name);
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
30
return
BuildCacheAddress
(endpointName, contractType.AssemblyQualifiedName);