2 references to Find
System.WorkflowServices (2)
System\ServiceModel\Description\DurableServiceAttribute.cs (1)
162
ServiceEndpoint serviceEndPoint = serviceDescription.Endpoints.
Find
(new XmlQualifiedName(endpointDispatcher.ContractName, endpointDispatcher.ContractNamespace));
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
289
ServiceEndpoint serviceEndPoint = description.Endpoints.
Find
(new XmlQualifiedName(endPointDispatcher.ContractName, endPointDispatcher.ContractNamespace));