1 write to ConfigurationName
System.WorkflowServices (1)
System\Workflow\Activities\ReceiveActivity.cs (1)
1231workflowServiceAttribsValue.ConfigurationName = fullClassName;
2 references to ConfigurationName
System.WorkflowServices (2)
System\Workflow\Activities\WorkflowServiceAttributes.cs (2)
154if (!string.IsNullOrEmpty(this.ConfigurationName)) 156workflowServiceBehavior.ConfigurationName = this.ConfigurationName;