1 write to name
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (1)
42this.name = Helper.EnsureTypeName(codeDomEvent.Name);
3 references to name
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (3)
62codeAddMethod.Name = "add_" + this.name; 81codeRemoveMethod.Name = "remove_" + this.name; 111return this.name;