1 write to Name
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceElement.cs (1)
22this.Name = serviceName;
14 references to Name
ComSvcConfig (5)
ComplusEndpointConfigContainer.cs (1)
498if (config.MatchServiceType(el.Name))
EndpointConfigContainer.cs (3)
269if (endpointConfig.MatchServiceType(el.Name)) 504string serviceType = se.Name; 630if (endpointConfig.MatchServiceType(el.Name))
WasEndpointConfigContainer.cs (1)
316string[] serviceParams = se.Name.Split(',');
System.ServiceModel (9)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (1)
93new ComPlusDllHostInitializerAddingHostSchema(appid, clsid, service.BehaviorConfiguration, service.Name,
System\ServiceModel\ComIntegration\DllHostInitializer.cs (4)
118string[] serviceParams = service.Name.Split(','); 121throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.OnlyClsidsAllowedForServiceType, service.Name))); 126throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.OnlyClsidsAllowedForServiceType, service.Name))); 131throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.OnlyClsidsAllowedForServiceType, service.Name)));
System\ServiceModel\ComIntegration\WebHostedComPlusServiceHost.cs (1)
98string[] serviceParams = serviceInConfig.Name.Split(',');
System\ServiceModel\Configuration\ServiceElementCollection.cs (1)
27return configElementKey.Name;
System\ServiceModel\Description\ConfigLoader.cs (1)
1436if (serviceElement.Name == serviceConfigurationName)
System\ServiceModel\Diagnostics\ServiceConfigurationTraceRecord.cs (1)
34this.WriteElementString("ServiceName", this.serviceElement.Name, xml);