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)
22if (TelemetryClient.CurrentSessionId != null) 75EnvironmentVariable(EnvironmentVariableNames.DOTNET_CLI_TELEMETRY_SESSIONID, TelemetryClient.CurrentSessionId);
Program.cs (4)
61s_mainActivity = Activities.Source.CreateActivity("main", TelemetryClient.ActivityKind, TelemetryClient.ParentActivityContext) 145TelemetryClient.WriteLogIfNecessary(); 360TelemetryClient.FlushProviders();