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