2 writes to _workflowType
System.Workflow.Runtime (2)
RTTrackingProfile.cs (2)
91
_workflowType
= root.GetType();
138
_workflowType
= runtimeProfile._workflowType;
2 references to _workflowType
System.Workflow.Runtime (2)
RTTrackingProfile.cs (2)
138
_workflowType = runtimeProfile.
_workflowType
;
202
get { return
_workflowType
; }