3 writes to returnType
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (3)
1223this.returnType = ((MethodInfo)memberInfo).ReturnType; 1237this.returnType = propertyInfo.PropertyType; 1246this.returnType = returnType;
10 references to returnType
System.Workflow.ComponentModel (10)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (10)
1269return returnType; 1293if ((memberSignature == null) || (this.name != memberSignature.name) || (this.returnType != memberSignature.returnType)) 1323((maskSignature.returnType != null) && (this.returnType != maskSignature.returnType))) 1348if (returnType != null) 1349str = returnType.FullName + " "; 1403if (this.returnType != null) 1405hashCode ^= this.returnType.GetHashCode();