2 references to GetNamespaceAndClassName
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\CodeGeneration\ActivityCodeGenerator.cs (1)
61Helpers.GetNamespaceAndClassName(fullClassName, out namespaceName, out className);
Shared\XomlSerializationHelpers.cs (1)
222Helpers.GetNamespaceAndClassName(activityFullClassName, out activityNamespaceName, out activityClassName);