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