3 references to TelemetryClient
dotnet (3)
Commands\Hidden\InternalReportInstallSuccess\InternalReportInstallSuccessCommand.cs (1)
45_telemetry = new TelemetryClient(sessionId);
Commands\MSBuild\MSBuildLogger.cs (1)
69_telemetry = new TelemetryClient(sessionId);
Telemetry\TelemetryClient.cs (1)
106public TelemetryClient() : this(null) { }