1 write to info
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ComPlusServiceLoader.cs (1)
21
this.
info
= info;
4 references to info
System.ServiceModel (4)
System\ServiceModel\ComIntegration\ComPlusServiceLoader.cs (4)
28
ServiceDescription service = new ServiceDescription(this.
info
.ServiceName);
33
this.configLoader.LoadServiceDescription(host, service, this.
info
.ServiceElement, host.LoadConfigurationSectionHelper);
38
SR.TraceCodeComIntegrationServiceHostCreatedServiceEndpoint, this.
info
, service.Endpoints);
56
serviceBehavior.InstanceProvider = new ComPlusInstanceProvider(this.
info
);