7 writes to securityShim
System.WorkflowServices (7)
System\Workflow\Activities\ReceiveActivity.cs (7)
476
this.
securityShim
= null;
570
this.
securityShim
= new SecurityShim(this);
615
this.
securityShim
= null;
843
this.
securityShim
= null;
889
this.
securityShim
= new SecurityShim(this);
961
this.
securityShim
= new SecurityShim(this);
1019
this.
securityShim
= null;
14 references to securityShim
System.WorkflowServices (14)
System\Workflow\Activities\ReceiveActivity.cs (14)
473
if (this.
securityShim
!= null)
475
workflowQueue.UnregisterForQueueItemArrived(this.
securityShim
);
568
if (this.
securityShim
== null)
573
workflowQueue.RegisterForQueueItemArrived(this.
securityShim
);
612
if (this.
securityShim
!= null)
614
workflowQueue.UnregisterForQueueItemArrived(this.
securityShim
);
840
if (this.
securityShim
!= null)
842
workflowQueue.UnregisterForQueueItemArrived(this.
securityShim
);
887
if (this.
securityShim
== null)
891
workflowQueue.RegisterForQueueItemArrived(this.
securityShim
);
959
if (this.
securityShim
== null)
963
workflowQueue.RegisterForQueueItemArrived(this.
securityShim
);
1016
if (this.
securityShim
!= null)
1018
workflowQueue.UnregisterForQueueItemArrived(this.
securityShim
);