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