2 writes to codeParameterType
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\ParameterInfo.cs (2)
23
this.
codeParameterType
= codeParameter.Type;
34
this.
codeParameterType
= codeParameterType;
1 reference to codeParameterType
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\ParameterInfo.cs (1)
48
string type = DesignTimeType.GetTypeNameFromCodeTypeReference(this.
codeParameterType
, (this.Member.DeclaringType as DesignTimeType));