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