3 references to ConvertToMethodAttributes
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (2)
80return Helper.ConvertToMethodAttributes(this.codeConstructor.Attributes); 241return Helper.ConvertToMethodAttributes(this.methodInfo.Attributes) | (this.isSpecialName ? MethodAttributes.SpecialName : 0);
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (1)
350return (Helper.ConvertToMethodAttributes(this.property.CodeMemberProperty.Attributes) |