1 write to telemetry
dotnet (1)
Commands\Hidden\InternalReportInstallSuccess\InternalReportInstallSuccessCommand.cs (1)
51
telemetry
= new Telemetry.Telemetry(new NoOpFirstTimeUseNoticeSentinel(), sessionId, blockThreadInitialization: true);
3 references to telemetry
dotnet (3)
Commands\Hidden\InternalReportInstallSuccess\InternalReportInstallSuccessCommand.cs (3)
53
public bool Enabled =>
telemetry
.Enabled;
61
telemetry
.Dispose();
66
telemetry
.ThreadBlockingTrackEvent(eventName, properties, measurements);