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