Base:
property
Namespace
System.Type.Namespace
2 references to Namespace
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (2)
666if (type == null && !string.IsNullOrEmpty(Namespace)) 668type = typeProvider.GetType(Namespace + "." + name);