Base:
property
Namespace
System.Type.Namespace
3 references to Namespace
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (3)
189return GetGenericTypeDefinition().FullName.Substring(Namespace.Length + 1); 190else if (Namespace != null) 191return FullName.Substring(Namespace.Length + 1);