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