3 instantiations of DesignTimeMethodInfo
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
1191
memberInfo = new
DesignTimeMethodInfo
(this, member as CodeMemberMethod);
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (2)
66
this.addMethod = new
DesignTimeMethodInfo
(this.declaringType, codeAddMethod, true);
85
this.removeMethod = new
DesignTimeMethodInfo
(declaringType, codeRemoveMethod, true);
2 references to DesignTimeMethodInfo
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (2)
20
private
DesignTimeMethodInfo
addMethod = null;
21
private
DesignTimeMethodInfo
removeMethod = null;