1 write to boundOwnerEvents
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstanceHandle.cs (1)
539this.boundOwnerEvents = new HashSet<XName>();
11 references to boundOwnerEvents
System.Runtime.DurableInstancing (11)
System\Runtime\DurableInstancing\InstanceHandle.cs (11)
181if (this.boundOwnerEvents != null && this.boundOwnerEvents.Count > 0) 183eventsToUnbind = eventsToUnbind == null ? this.boundOwnerEvents : eventsToUnbind.Concat(this.boundOwnerEvents); 280if (IsValid && (this.boundOwnerEvents == null || !this.boundOwnerEvents.Contains(persistenceEvent.Name))) 537if (this.boundOwnerEvents == null) 544if (!this.boundOwnerEvents.Add(persistenceEvent.Name)) 716if (this.boundOwnerEvents != null && this.boundOwnerEvents.Count > 0) 719List<InstancePersistenceEvent> readyEvents = Store.SelectSignaledEvents(this.boundOwnerEvents, Owner);