1 write to newServiceType
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
79
this.
newServiceType
= serviceType;
2 references to newServiceType
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (2)
529
if (this.
newServiceType
!= null && !this.existsInPersistence)
533
this.instance = Activator.CreateInstance(this.
newServiceType
);