4 references to Telemetry
dotnet (3)
Commands\Hidden\InternalReportInstallSuccess\InternalReportInstallSuccessCommand.cs (1)
51
telemetry = new Telemetry.
Telemetry
(new NoOpFirstTimeUseNoticeSentinel(), sessionId, blockThreadInitialization: true);
Commands\MSBuild\MSBuildLogger.cs (1)
66
_telemetry = new Telemetry.
Telemetry
(
Telemetry\Telemetry.cs (1)
30
public Telemetry(IFirstTimeUseNoticeSentinel? sentinel) :
this
(sentinel, null) { }
dotnet.Tests (1)
ConfigurerTests\GivenADotnetFirstTimeUseConfigurerWIthStateSetup.cs (1)
255
return new
Telemetry
(firstTimeUseNoticeSentinel,