2 writes to Store
System.Runtime.DurableInstancing (2)
System\Runtime\DurableInstancing\InstanceHandle.cs (2)
40Store = store; 52Store = store;
13 references to Store
System.Runtime.DurableInstancing (13)
System\Runtime\DurableInstancing\InstanceHandle.cs (6)
188Store.RemoveHandleFromEvents(this, eventsToUnbind, Owner); 258Store.FreeInstanceHandle(this, ProviderObject); 291Store.PendHandleToEvent(this, persistenceEvent, Owner); 550InstancePersistenceEvent normal = Store.AddHandleToEvent(this, persistenceEvent, Owner); 681Store.FreeInstanceHandle(this, ProviderObject); 719List<InstancePersistenceEvent> readyEvents = Store.SelectSignaledEvents(this.boundOwnerEvents, Owner);
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (4)
153InstanceOwner owner = InstanceHandle.Store.GetOrCreateOwner(instanceOwnerId, lockToken); 1263commandProcessed = this.context.InstanceHandle.Store.TryCommand(this.context, CurrentCommand, this.timeoutHelper.RemainingTime()); 1287result = this.context.InstanceHandle.Store.BeginTryCommand(this.context, CurrentCommand, this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(ExecuteAsyncResult.onTryCommand), this); 1375commandProcessed = this.context.InstanceHandle.Store.EndTryCommand(result);
System\Runtime\DurableInstancing\InstanceStore.cs (3)
78if (!object.ReferenceEquals(this, handle.Store)) 98if (!object.ReferenceEquals(this, handle.Store)) 132if (!object.ReferenceEquals(this, handle.Store))