5 references to WebHostOutOfProcess
System.ServiceModel (5)
System\ServiceModel\ComIntegration\ComPlusInstanceProvider.cs (2)
59HostingMode.WebHostOutOfProcess) 71HostingMode.WebHostOutOfProcess))
System\ServiceModel\ComIntegration\ComPlusThreadInitializer.cs (2)
123if (this.info.HostingMode != HostingMode.WebHostOutOfProcess) 196if (this.info.HostingMode == HostingMode.WebHostOutOfProcess)
System\ServiceModel\ComIntegration\WebHostedComPlusServiceHost.cs (1)
143hostingMode = HostingMode.WebHostOutOfProcess;