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