1 write to TelemetryClient
dotnet (1)
Program.cs (1)
149
TelemetryClient
??= new Telemetry.Telemetry(firstTimeUseNoticeSentinel);
7 references to TelemetryClient
dotnet (7)
Parser.cs (1)
434
CliSchema.PrintCliSchema(parseResult.CommandResult, parseResult.InvocationConfiguration.Output, Program.
TelemetryClient
);
Program.cs (6)
150
TelemetryEventEntry.Subscribe(
TelemetryClient
.TrackEvent);
229
Console.WriteLine($"Telemetry is: {(
TelemetryClient
.Enabled ? "Enabled" : "Disabled")}");
235
if (
TelemetryClient
.Enabled)
288
TelemetryClient
.TrackEvent("command/finish", properties: new Dictionary<string, string>
295
TelemetryClient
.Flush();
298
TelemetryClient
.Dispose();