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