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