4 implementations of TrackEvent
dotnet (2)
Commands\Hidden\InternalReportInstallSuccess\InternalReportInstallSuccessCommand.cs (1)
64
public void
TrackEvent
(string eventName, IDictionary<string, string> properties, IDictionary<string, double> measurements)
Telemetry\Telemetry.cs (1)
90
public void
TrackEvent
(string eventName, IDictionary<string, string> properties,
dotnet.Tests (2)
CommandTests\MSBuild\FakeTelemetry.cs (1)
14
public void
TrackEvent
(string eventName, IDictionary<string, string> properties, IDictionary<string, double> measurements)
FakeRecordEventNameTelemetry.cs (1)
17
public void
TrackEvent
(string eventName,
6 references to TrackEvent
dotnet (6)
CliSchema.cs (1)
78
telemetryClient?.
TrackEvent
("schema", telemetryProperties, null);
Commands\Hidden\InternalReportInstallSuccess\InternalReportInstallSuccessCommand.cs (1)
39
telemetry.
TrackEvent
(e.EventName, e.Properties, null);
Commands\MSBuild\MSBuildLogger.cs (2)
133
telemetry.
TrackEvent
(newEventName, maskedProperties, measurements: null);
208
telemetry.
TrackEvent
(eventName, properties ?? eventProperties, measurements);
Program.cs (2)
150
TelemetryEventEntry.Subscribe(TelemetryClient.
TrackEvent
);
288
TelemetryClient.
TrackEvent
("command/finish", properties: new Dictionary<string, string>