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