3 references to RootNamespace
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\CompileXomlTask.cs (3)
627
WorkflowMarkupSerializationHelpers.FixStandardNamespacesAndRootNamespace(ccu.Namespaces, this.
RootNamespace
, CompilerHelpers.GetSupportedLanguage(this.ProjectType.ToString())); //just add the standard namespaces
859
if (!string.IsNullOrEmpty(this.
RootNamespace
))
860
compilerOptions.AppendFormat(" /rootnamespace:{0}", this.
RootNamespace
);