1 instantiation of ServiceElementCollection
ComSvcConfig (1)
EndpointConfigContainer.cs (1)
585ServiceElementCollection svcColl = new ServiceElementCollection();
12 references to ServiceElementCollection
ComSvcConfig (8)
ComplusEndpointConfigContainer.cs (1)
490ServiceElementCollection serviceColl = sg.Services.Services;
EndpointConfigContainer.cs (6)
261ServiceElementCollection serviceColl = sg.Services.Services; 367ServiceElementCollection serviceColl = sg.Services.Services; 488ServiceElementCollection serviceColl; 580ServiceElementCollection serviceColl = sg.Services.Services; 585ServiceElementCollection svcColl = new ServiceElementCollection(); 624ServiceElementCollection serviceColl = sg.Services.Services;
WasEndpointConfigContainer.cs (1)
311ServiceElementCollection serviceColl = sg.Services.Services;
System.ServiceModel (4)
System\ServiceModel\Configuration\Properties.cs (1)
3400properties.Add(new ConfigurationProperty("", typeof(System.ServiceModel.Configuration.ServiceElementCollection), null, null, null, System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection));
System\ServiceModel\Configuration\ServicesSection.cs (2)
22public ServiceElementCollection Services 24get { return (ServiceElementCollection)this[ConfigurationStrings.DefaultCollectionName]; }
System\ServiceModel\Description\ConfigLoader.cs (1)
1432ServiceElementCollection services = servicesSection.Services;