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