1 implementation of RootNamespace
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompiler.cs (1)
78public virtual string RootNamespace
5 references to RootNamespace
System.Workflow.Activities (2)
Common\CompModHelpers.cs (2)
412if (compilerOptionsService != null && compilerOptionsService.RootNamespace != null) 413rootNs = compilerOptionsService.RootNamespace; //e.g. WorkflowApp1
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\XomlCompiler.cs (1)
315return this.service.RootNamespace;
Shared\CompModHelpers.cs (2)
410if (compilerOptionsService != null && compilerOptionsService.RootNamespace != null) 411rootNs = compilerOptionsService.RootNamespace; //e.g. WorkflowApp1