3 instantiations of NoOpFirstTimeUseNoticeSentinel
dotnet (2)
Commands\Hidden\InternalReportInstallSuccess\InternalReportInstallSuccessCommand.cs (1)
51
telemetry = new Telemetry.Telemetry(new
NoOpFirstTimeUseNoticeSentinel
(), sessionId, blockThreadInitialization: true);
Program.cs (1)
196
firstTimeUseNoticeSentinel = new
NoOpFirstTimeUseNoticeSentinel
();
dotnet.Tests (1)
ConfigurerTests\GivenADotnetFirstTimeUseConfigurerWIthStateSetup.cs (1)
227
firstTimeUseNoticeSentinel = new
NoOpFirstTimeUseNoticeSentinel
();