1 instantiation of InstanceNormalEvent
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstanceStore.cs (1)
415
normal = new
InstanceNormalEvent
(persistenceEvent);
11 references to InstanceNormalEvent
System.Runtime.DurableInstancing (11)
System\Runtime\DurableInstancing\InstanceOwner.cs (3)
20
readonly Dictionary<XName,
InstanceNormalEvent
> events = new Dictionary<XName,
InstanceNormalEvent
>(1);
32
internal Dictionary<XName,
InstanceNormalEvent
> Events
System\Runtime\DurableInstancing\InstanceStore.cs (8)
159
InstanceNormalEvent
normal;
199
InstanceNormalEvent
normal;
340
InstanceNormalEvent
normal = GetOwnerEventHelper(persistenceEvent, owner);
354
InstanceNormalEvent
normal = GetOwnerEventHelper(persistenceEvent, owner);
372
foreach (
InstanceNormalEvent
normal in eventNames.Select(name => owner.Events[name]))
395
foreach (
InstanceNormalEvent
normal in eventNames.Select(name => owner.Events[name]))
410
InstanceNormalEvent
GetOwnerEventHelper(InstancePersistenceEvent persistenceEvent, InstanceOwner owner)
412
InstanceNormalEvent
normal;