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