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)
57
TelemetryInstance = new
TelemetryClient
();
7 references to TelemetryClient
dotnet (7)
Commands\Hidden\InternalReportInstallSuccess\InternalReportInstallSuccessCommand.cs (1)
40
private readonly
TelemetryClient
_telemetry;
Commands\MSBuild\MSBuildForwardingApp.cs (2)
22
if (
TelemetryClient
.CurrentSessionId != null)
75
EnvironmentVariable(EnvironmentVariableNames.DOTNET_CLI_TELEMETRY_SESSIONID,
TelemetryClient
.CurrentSessionId);
Program.cs (4)
61
s_mainActivity = Activities.Source.CreateActivity("main",
TelemetryClient
.ActivityKind,
TelemetryClient
.ParentActivityContext)
145
TelemetryClient
.WriteLogIfNecessary();
360
TelemetryClient
.FlushProviders();