1 instantiation of EventProperty
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (1)
346list.Add(new EventProperty(value));
4 references to EventProperty
System.Core (4)
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (3)
340public override IList<EventProperty> Properties { 344List<EventProperty> list = new List<EventProperty>();
System\Diagnostics\Eventing\Reader\EventRecord.cs (1)
65public abstract IList<EventProperty> Properties { get; }