2 writes to _telemetry
dotnet (2)
Commands\MSBuild\MSBuildLogger.cs (2)
129
_telemetry
= TelemetryClient.Instance;
142
_telemetry
= telemetry;
5 references to _telemetry
dotnet (5)
Commands\MSBuild\MSBuildLogger.cs (5)
177
if (
_telemetry
!= null &&
_telemetry
.Enabled)
230
SendAggregatedEventsOnBuildFinished(
_telemetry
);
394
FormatAndSend(
_telemetry
, args);
413
if (
_telemetry
is TelemetryClient telemetryClient)