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