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