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