8 instantiations of FirstTimeUseNoticeSentinel
dotnet (2)
Commands\MSBuild\MSBuildLogger.cs (1)
17new FirstTimeUseNoticeSentinel();
Program.cs (1)
141using (IFirstTimeUseNoticeSentinel disposableFirstTimeUseNoticeSentinel = new FirstTimeUseNoticeSentinel())
dotnet.Tests (6)
ConfigurerTests\GivenAFirstTimeUseNoticeSentinel.cs (6)
37new FirstTimeUseNoticeSentinel( 50new FirstTimeUseNoticeSentinel( 62new FirstTimeUseNoticeSentinel( 83new FirstTimeUseNoticeSentinel( 100new FirstTimeUseNoticeSentinel( 118new FirstTimeUseNoticeSentinel(
9 references to FirstTimeUseNoticeSentinel
dotnet.Tests (9)
ConfigurerTests\GivenAFirstTimeUseNoticeSentinel.cs (9)
26FirstTimeUseNoticeSentinel.SENTINEL.Should().Contain($"{Product.Version}"); 32_fileSystemMockBuilder.AddFiles(DOTNET_USER_PROFILE_FOLDER_PATH, FirstTimeUseNoticeSentinel.SENTINEL); 36var firstTimeUseNoticeSentinel = 49var firstTimeUseNoticeSentinel = 61var firstTimeUseNoticeSentinel = 77var sentinel = Path.Combine(DOTNET_USER_PROFILE_FOLDER_PATH, FirstTimeUseNoticeSentinel.SENTINEL); 82var firstTimeUseNoticeSentinel = 99var firstTimeUseNoticeSentinel = 117var firstTimeUseNoticeSentinel =