12 references to HostingMode
System.ServiceModel (12)
System\ServiceModel\ComIntegration\ComPlusInstanceProvider.cs (2)
59HostingMode.WebHostOutOfProcess) 71HostingMode.WebHostOutOfProcess))
System\ServiceModel\ComIntegration\ComPlusServiceHost.cs (1)
29HostingMode hostingMode)
System\ServiceModel\ComIntegration\ComPlusThreadInitializer.cs (2)
123if (this.info.HostingMode != HostingMode.WebHostOutOfProcess) 196if (this.info.HostingMode == HostingMode.WebHostOutOfProcess)
System\ServiceModel\ComIntegration\DllHostedComPlusServiceHost.cs (1)
23HostingMode.ComPlus);
System\ServiceModel\ComIntegration\ServiceInfo.cs (3)
49HostingMode hostingMode; 84HostingMode hostingMode) 290public HostingMode HostingMode
System\ServiceModel\ComIntegration\WebHostedComPlusServiceHost.cs (3)
135HostingMode hostingMode; 139hostingMode = HostingMode.WebHostInProcess; 143hostingMode = HostingMode.WebHostOutOfProcess;