3 references to FixStandardNamespacesAndRootNamespace
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
627WorkflowMarkupSerializationHelpers.FixStandardNamespacesAndRootNamespace(ccu.Namespaces, this.RootNamespace, CompilerHelpers.GetSupportedLanguage(this.ProjectType.ToString())); //just add the standard namespaces
AuthoringOM\Compiler\XomlCompiler.cs (1)
1114WorkflowMarkupSerializationHelpers.FixStandardNamespacesAndRootNamespace(codeCompileUnit.Namespaces, context.RootNamespace, CompilerHelpers.GetSupportedLanguage(context.Language));
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
211WorkflowMarkupSerializationHelpers.FixStandardNamespacesAndRootNamespace(results.CompiledUnit.Namespaces, context.RootNamespace, CompilerHelpers.GetSupportedLanguage(context.Language));