2 writes to addMethod
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (2)
45
this.
addMethod
= null;
66
this.
addMethod
= new DesignTimeMethodInfo(this.declaringType, codeAddMethod, true);
2 references to addMethod
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (2)
55
if (this.
addMethod
== null)
69
return this.
addMethod
;