2 writes to operationHelper
System.WorkflowServices (2)
System\Workflow\Activities\ReceiveActivity.cs (2)
299
this.
operationHelper
= this.UserData[typeof(ReceiveOperationInfoHelper)] as ReceiveOperationInfoHelper;
305
this.
operationHelper
= new ReceiveOperationInfoHelper(this.Site, this);
4 references to operationHelper
System.WorkflowServices (4)
System\Workflow\Activities\ReceiveActivity.cs (4)
295
if (this.
operationHelper
== null)
303
if (this.
operationHelper
== null)
306
this.UserData[typeof(ReceiveOperationInfoHelper)] = this.
operationHelper
;
309
return this.
operationHelper
;