4 references to Initialize
System.Activities (3)
System\Activities\Hosting\WorkflowInstance.cs (1)
266Initialize(deserializedRuntimeState, null);
System\Activities\WorkflowApplication.cs (2)
1912base.Initialize(deserializedRuntimeState, updateMap); 4652this.application.Initialize(this.deserializedRuntimeState, this.updateMap);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
353workflowInstance.Initialize(deserializedRuntimeState, updateMap);