1 instantiation of EventProperty
System.Diagnostics.EventLog (1)
System\Diagnostics\Reader\EventLogRecord.cs (1)
375list.Add(new EventProperty(value));
6 references to EventProperty
System.Core (1)
System.Core.cs (1)
47[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.Eventing.Reader.EventProperty))]
System.Diagnostics.EventLog (5)
System\Diagnostics\Reader\EventLogRecord.cs (4)
287if (o is EventProperty elp) 366public override IList<EventProperty> Properties 372List<EventProperty> list = new List<EventProperty>();
System\Diagnostics\Reader\EventRecord.cs (1)
50public abstract IList<EventProperty> Properties { get; }