1 write to _def
System.Workflow.Runtime (1)
Tracking\SqlTrackingWorkflowInstance.cs (1)
701
_def
= serializer.Deserialize(serializationManager, xmlReader) as Activity;
4 references to _def
System.Workflow.Runtime (4)
Tracking\SqlTrackingWorkflowInstance.cs (4)
172
return
_def
;
665
if (null ==
_def
)
711
if ((null ==
_def
) || ((null != errors) && (errors.Count > 0)))
742
aAction.ApplyTo(
_def
);