1 implementation of TrackEvent
dotnet-aot (1)
parent\dotnet\Telemetry\TelemetryClient.cs (1)
325public void TrackEvent(string eventName, IDictionary<string, string?>? properties)
2 references to TrackEvent
dotnet-aot (2)
NativeEntryPoint.cs (1)
131TelemetryEventEntry.Subscribe((eventName, properties) => TelemetryClient?.TrackEvent(eventName, properties));
parent\dotnet\CliSchema.cs (1)
89telemetryClient?.TrackEvent("schema", telemetryProperties);