2 writes to declaringType
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (2)
160
this.
declaringType
= declaringType;
167
this.
declaringType
= declaringType;
4 references to declaringType
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\TypeSystem\MethodInfo.cs (4)
178
return
declaringType
.ResolveType(DesignTimeType.GetTypeNameFromCodeTypeReference(this.methodInfo.ReturnType,
declaringType
));
263
return this.
declaringType
;
270
return this.
declaringType
;