3 instantiations of TelemetryClient
dotnet (3)
Commands\Hidden\InternalReportInstallSuccess\InternalReportInstallSuccessCommand.cs (1)
45_telemetry = new TelemetryClient(sessionId);
Commands\MSBuild\MSBuildLogger.cs (1)
69_telemetry = new TelemetryClient(sessionId);
Program.cs (1)
57TelemetryInstance = new TelemetryClient();
7 references to TelemetryClient
dotnet (7)
Commands\Hidden\InternalReportInstallSuccess\InternalReportInstallSuccessCommand.cs (1)
40private readonly TelemetryClient _telemetry;
Commands\MSBuild\MSBuildForwardingApp.cs (2)
37if (TelemetryClient.CurrentSessionId != null) 114EnvironmentVariable(EnvironmentVariableNames.DOTNET_CLI_TELEMETRY_SESSIONID, TelemetryClient.CurrentSessionId);
Program.cs (4)
62s_mainActivity = Activities.Source.CreateActivity("main", TelemetryClient.ActivityKind, TelemetryClient.ParentActivityContext) 146TelemetryClient.WriteLogIfNecessary(); 361TelemetryClient.FlushProviders();