1 instantiation of InstrumentationEventArgs
Microsoft.DotNet.Cli.Utils (1)
TelemetryEventEntry.cs (1)
15
EntryPosted?.Invoke(typeof(TelemetryEventEntry), new
InstrumentationEventArgs
(eventName, properties));
2 references to InstrumentationEventArgs
Microsoft.DotNet.Cli.Utils (2)
TelemetryEventEntry.cs (2)
10
public static event EventHandler<
InstrumentationEventArgs
>? EntryPosted;
40
void Handler(object? sender,
InstrumentationEventArgs
eventArgs)