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