1 write to declaringType
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (1)
28
this.
declaringType
= declaringType;
6 references to declaringType
System.Workflow.ComponentModel (6)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (6)
47
return
declaringType
.ResolveType(DesignTimeType.GetTypeNameFromCodeTypeReference(this.property.Type,
declaringType
));
166
return this.
declaringType
;
173
return this.
declaringType
;
252
return this.property.
declaringType
;
259
return this.property.
declaringType
;