1 instantiation of EventProperty
System.Diagnostics.EventLog (1)
System\Diagnostics\Reader\EventLogRecord.cs (1)
375
list.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)
287
if (o is
EventProperty
elp)
366
public override IList<
EventProperty
> Properties
372
List<
EventProperty
> list = new List<
EventProperty
>();
System\Diagnostics\Reader\EventRecord.cs (1)
50
public abstract IList<
EventProperty
> Properties { get; }