2 references to DesignTimeType
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\CodeDomLoader.cs (1)
48partialType = new DesignTimeType(null, codeTypeDeclaration.Name, codeNamespace.Imports, codeNamespace.Name, this.typeProvider);
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
1169partialType = new DesignTimeType(this, codeType.Name, this.codeNamespaceImports, this.fullName, this.typeProvider);