4 references to LoadServiceDescription
System.ServiceModel (4)
System\ServiceModel\ComIntegration\ComPlusServiceLoader.cs (1)
33this.configLoader.LoadServiceDescription(host, service, this.info.ServiceElement, host.LoadConfigurationSectionHelper);
System\ServiceModel\ServiceHost.cs (3)
800configLoader.LoadServiceDescription(this, description, serviceSection, this.LoadConfigurationSectionHelper); 1908configLoader.LoadServiceDescription(this, this.Description, serviceElement, this.LoadConfigurationSectionHelper, skipHost: true); 1933configLoader.LoadServiceDescription(this, description, serviceSection, this.LoadConfigurationSectionHelper, skipHost: true);