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