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