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