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)
37
if (
TelemetryClient
.CurrentSessionId != null)
114
EnvironmentVariable(EnvironmentVariableNames.DOTNET_CLI_TELEMETRY_SESSIONID,
TelemetryClient
.CurrentSessionId);
Program.cs (4)
62
s_mainActivity = Activities.Source.CreateActivity("main",
TelemetryClient
.ActivityKind,
TelemetryClient
.ParentActivityContext)
146
TelemetryClient
.WriteLogIfNecessary();
361
TelemetryClient
.FlushProviders();