2 writes to declaringType
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (2)
73
this.
declaringType
= declaringType;
95
this.
declaringType
= declaringType;
4 references to declaringType
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (4)
132
this.typeAttributes |= Helper.ConvertToTypeAttributes(codeDomType.Attributes, this.
declaringType
);
250
return this.
declaringType
;
312
if (this.
declaringType
!= null)
314
return this.
declaringType
.Namespace;