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