1 write to declaringType
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\FieldInfo.cs (1)
36
this.
declaringType
= declaringType;
4 references to declaringType
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\TypeSystem\FieldInfo.cs (4)
57
return
declaringType
.ResolveType(DesignTimeType.GetTypeNameFromCodeTypeReference(this.codeDomField.Type,
declaringType
));
92
return this.
declaringType
;
100
return this.
declaringType
;