2 implementations of IFileSentinel
Microsoft.DotNet.Configurer (2)
FileSentinel.cs (1)
8public class FileSentinel : IFileSentinel
NoOpFileSentinel.cs (1)
6public class NoOpFileSentinel : IFileSentinel
4 references to IFileSentinel
dotnet (1)
FirstRunExperience.cs (1)
65IFileSentinel toolPathSentinel = new FileSentinel(new FilePath(toolPath));
dotnet-aot (1)
src\sdk\src\Cli\dotnet\FirstRunExperience.cs (1)
65IFileSentinel toolPathSentinel = new FileSentinel(new FilePath(toolPath));
Microsoft.DotNet.Configurer (2)
DotnetFirstTimeUseConfigurer.cs (2)
16private readonly IFileSentinel _toolPathSentinel; 24IFileSentinel toolPathSentinel,