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