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