1 write to Name
System.WorkflowServices (1)
System\Workflow\Activities\ReceiveActivity.cs (1)
1232
workflowServiceAttribsValue.
Name
= className;
2 references to Name
System.WorkflowServices (2)
System\Workflow\Activities\WorkflowServiceAttributes.cs (2)
159
if (!string.IsNullOrEmpty(this.
Name
))
161
workflowServiceBehavior.Name = this.
Name
;