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