1 write to Namespace
System.WorkflowServices (1)
System\Workflow\Activities\WorkflowServiceAttributes.cs (1)
165workflowServiceBehavior.Namespace = this.Namespace;
3 references to Namespace
System.WorkflowServices (3)
System\ServiceModel\Description\DescriptionCreator.cs (2)
65if (wsb.Namespace != null) 67serviceDescription.Namespace = wsb.Namespace;
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
362wmiInstance.SetProperty("Namespace", this.Namespace);