1 write to cachedDefinitionActivity
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\ActivitySurrogate.cs (1)
251
this.
cachedDefinitionActivity
= Activity.DefinitionActivity.TraverseDottedPathFromRoot(this.id);
2 references to cachedDefinitionActivity
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\ActivitySurrogate.cs (2)
252
this.cachedActivity = (Activity)FormatterServices.GetUninitializedObject(this.
cachedDefinitionActivity
.GetType());
295
this.cachedActivity.FixUpMetaProperties(this.
cachedDefinitionActivity
);