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