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