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