1 write to codeConstructor
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (1)
32this.codeConstructor = codeConstructor;
4 references to codeConstructor
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (4)
51CodeParameterDeclarationExpressionCollection parameters = codeConstructor.Parameters; 80return Helper.ConvertToMethodAttributes(this.codeConstructor.Attributes); 122this.attributes = Helper.LoadCustomAttributes(this.codeConstructor.CustomAttributes, this.DeclaringType as DesignTimeType); 132this.attributes = Helper.LoadCustomAttributes(this.codeConstructor.CustomAttributes, this.DeclaringType as DesignTimeType);