3 writes to returnType
System.WorkflowServices (3)
System\Workflow\Activities\ContractType.cs (3)
730
this.
returnType
= ((MethodInfo)memberInfo).ReturnType;
747
this.
returnType
= propertyInfo.PropertyType;
755
this.
returnType
= returnType;
7 references to returnType
System.WorkflowServices (7)
System\Workflow\Activities\ContractType.cs (7)
787
return
returnType
;
797
(this.
returnType
!= memberSignature.ReturnType))
837
((maskSignature.
returnType
!= null) && (this.
returnType
!= maskSignature.
returnType
)))
875
if (
returnType
!= null)
877
str =
returnType
.FullName + " ";