1 write to workflowHostType
System.Runtime.DurableInstancing (1)
System\Runtime\WorkflowNamespace.cs (1)
47
workflowHostType
= workflowNamespace.GetName("WorkflowHostType");
2 references to workflowHostType
System.Runtime.DurableInstancing (2)
System\Runtime\WorkflowNamespace.cs (2)
45
if (
workflowHostType
== null)
50
return
workflowHostType
;