2 references to NoOpFileSentinel
dotnet (1)
Program.cs (1)
197toolPathSentinel = new NoOpFileSentinel(exists: false);
dotnet.Tests (1)
ConfigurerTests\GivenADotnetFirstTimeUseConfigurerWIthStateSetup.cs (1)
228toolPathSentinel = new NoOpFileSentinel(exists: false);