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