2 writes to removeMethod
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (2)
46
this.
removeMethod
= null;
85
this.
removeMethod
= new DesignTimeMethodInfo(declaringType, codeRemoveMethod, true);
2 references to removeMethod
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (2)
74
if (this.
removeMethod
== null)
88
return this.
removeMethod
;