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