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