2 references to type
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\ActivitySurrogate.cs (2)
341
if (typeof(Activity).IsAssignableFrom(this.
type
))
344
this.activity = (Activity)Activator.CreateInstance(this.
type
);