1 write to activity
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\ActivitySurrogate.cs (1)
344this.activity = (Activity)Activator.CreateInstance(this.type);
3 references to activity
System.Workflow.ComponentModel (3)
AuthoringOM\Serializer\ActivitySurrogate.cs (3)
338if (this.activity == null) 345this.activity.Name = this.id; 355return this.activity;