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