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