3 writes to ParameterType
System.WorkflowServices (3)
System\Workflow\Activities\ContractMethodInfo.cs (1)
74
returnParameterInfo.
ParameterType
= typeof(void);
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
720
operationParameterInfo.
ParameterType
= typeCell as Type;
System\Workflow\Activities\OperationParameterInfo.cs (1)
166
clonedParameter.
ParameterType
= this.ParameterType;
11 references to ParameterType
System.WorkflowServices (11)
System\Workflow\Activities\ContractMethodParameterInfo.cs (6)
34
string typeName = parameterInfo.
ParameterType
.FullName;
43
else if (parameterInfo.
ParameterType
is DesignTimeType)
45
this.ClassImpl = (parameterInfo.
ParameterType
as DesignTimeType).ResolveType(typeName);
49
typeName += ", " + parameterInfo.
ParameterType
.Assembly.FullName;
55
this.ClassImpl = parameterInfo.
ParameterType
;
60
this.ClassImpl = parameterInfo.
ParameterType
;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
494
paramType = paramInfo.
ParameterType
;
System\Workflow\Activities\OperationParameterInfo.cs (3)
166
clonedParameter.ParameterType = this.
ParameterType
;
190
if (parameter.
ParameterType
!= this.
ParameterType
)
System\Workflow\Activities\ValidationHelper.cs (1)
703
if (operationParameterInfo.Position != -1 && operationParameterInfo.
ParameterType
== typeof(void))