2 writes to ActivitySubscribed
System.Workflow.Activities (2)
WebServiceReceive.cs (2)
243this.ActivitySubscribed = CorrelationService.Subscribe(executionContext, this, this.InterfaceType, this.MethodName, this, this.WorkflowInstanceId); 362this.ActivitySubscribed = false;
2 references to ActivitySubscribed
System.Workflow.Activities (2)
WebServiceReceive.cs (2)
241if (!this.ActivitySubscribed) 359if (this.ActivitySubscribed)