2 references to DesignTimeMethodInfo
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (2)
66
this.addMethod = new
DesignTimeMethodInfo
(this.declaringType, codeAddMethod, true);
85
this.removeMethod = new
DesignTimeMethodInfo
(declaringType, codeRemoveMethod, true);