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