1 write to memberAttributes
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (1)
43this.memberAttributes = codeDomEvent.Attributes;
4 references to memberAttributes
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\TypeSystem\EventInfo.cs (4)
65codeAddMethod.Attributes = this.memberAttributes; 84codeRemoveMethod.Attributes = this.memberAttributes; 166return ((memberAttributes & MemberAttributes.Public) != 0); 173return ((memberAttributes & MemberAttributes.Static) != 0);