1 instantiation of ServiceElement
ComSvcConfig (1)
EndpointConfigContainer.cs (1)
279
serviceElement = new
ServiceElement
(endpointConfig.ServiceType);
39 references to ServiceElement
ComSvcConfig (11)
ComplusEndpointConfigContainer.cs (2)
493
ServiceElement
serviceElement = null;
496
foreach (
ServiceElement
el in serviceColl)
EndpointConfigContainer.cs (8)
264
ServiceElement
serviceElement = null;
267
foreach (
ServiceElement
el in serviceColl)
371
foreach (
ServiceElement
el in serviceColl)
502
foreach (
ServiceElement
se in serviceColl)
586
foreach (
ServiceElement
el in serviceColl)
609
foreach (
ServiceElement
service in svcColl)
625
ServiceElement
serviceElement = null;
628
foreach (
ServiceElement
el in serviceColl)
WasEndpointConfigContainer.cs (1)
313
foreach (
ServiceElement
se in serviceColl)
System.ServiceModel (28)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (1)
86
public static void Trace(TraceEventType type, int traceCode, string description, Guid appid, Guid clsid,
ServiceElement
service)
System\ServiceModel\ComIntegration\ComPlusServiceHost.cs (1)
26
ServiceElement
service,
System\ServiceModel\ComIntegration\DllHostedComPlusServiceHost.cs (1)
15
ServiceElement
service,
System\ServiceModel\ComIntegration\DllHostInitializer.cs (1)
113
foreach (
ServiceElement
service in services.Services)
System\ServiceModel\ComIntegration\ServiceInfo.cs (3)
46
ServiceElement
service;
81
ServiceElement
service,
235
public
ServiceElement
ServiceElement
System\ServiceModel\ComIntegration\WebHostedComPlusServiceHost.cs (2)
92
ServiceElement
service = null;
93
foreach (
ServiceElement
serviceInConfig in services.Services)
System\ServiceModel\Configuration\ServiceElementCollection.cs (4)
12
[ConfigurationCollection(typeof(
ServiceElement
), AddItemName = ConfigurationStrings.Service)]
13
public sealed class ServiceElementCollection : ServiceModelEnhancedConfigurationElementCollection<
ServiceElement
>
26
ServiceElement
configElementKey = (
ServiceElement
)element;
System\ServiceModel\Configuration\ServicesSection.cs (1)
52
foreach (
ServiceElement
service in this.Services)
System\ServiceModel\Description\ConfigLoader.cs (6)
381
public void LoadHostConfig(
ServiceElement
serviceElement, ServiceHostBase host, System.Action<Uri> addBaseAddress)
437
public void LoadServiceDescription(ServiceHostBase host, ServiceDescription description,
ServiceElement
serviceElement, System.Action<Uri> addBaseAddress, bool skipHost = false)
1422
public
ServiceElement
LookupService(string serviceConfigurationName)
1428
public
ServiceElement
LookupService(string serviceConfigurationName, ServicesSection servicesSection)
1430
ServiceElement
retval = null;
1435
ServiceElement
serviceElement = services[i];
System\ServiceModel\Diagnostics\ServiceConfigurationTraceRecord.cs (2)
14
ServiceElement
serviceElement;
16
internal ServiceConfigurationTraceRecord(
ServiceElement
serviceElement)
System\ServiceModel\ServiceHost.cs (6)
765
protected void LoadConfigurationSection(
ServiceElement
serviceSection)
790
ServiceElement
serviceSection = configLoader.LookupService(configurationName);
797
void LoadConfigurationSectionInternal(ConfigLoader configLoader, ServiceDescription description,
ServiceElement
serviceSection)
1907
ServiceElement
serviceElement = configLoader.LookupService(this.Description.ConfigurationName, servicesSection);
1919
ServiceElement
serviceSection = configLoader.LookupService(configurationName);
1932
ServiceElement
serviceSection = configLoader.LookupService(configurationName);