4 references to LookupContract
System.ServiceModel (4)
System\ServiceModel\Description\ConfigLoader.cs (1)
473
ContractDescription contract =
LookupContract
(endpointElement.Contract, description.Name);
System\ServiceModel\ServiceConfiguration.cs (1)
188
configLoader.
LookupContract
(endpoint.Contract.ConfigurationName, this.Description.Name); // throws on failure
System\ServiceModel\ServiceHost.cs (2)
372
ContractDescription contract = configLoader.
LookupContract
(implementedContract, this.Description.Name);
416
loader.
LookupContract
(endpoint.Contract.ConfigurationName, this.Description.Name);