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