5 references to Workflow
System.ServiceModel.Activation (5)
System\ServiceModel\Activation\HttpModule.cs (2)
77
if (serviceType == ServiceHostingEnvironment.ServiceType.
Workflow
&& ServiceHostingEnvironment.IsConfigurationBasedService(application))
88
else if (serviceType == ServiceHostingEnvironment.ServiceType.
Workflow
)
System\ServiceModel\Activation\ServiceHttpModule.cs (2)
97
if (serviceType == ServiceHostingEnvironment.ServiceType.
Workflow
&& ServiceHostingEnvironment.IsConfigurationBasedService(application))
111
if (serviceType == ServiceHostingEnvironment.ServiceType.
Workflow
)
System\ServiceModel\ServiceHostingEnvironment.cs (1)
1600
serviceType = ServiceType.
Workflow
;