2 implementations of IFileSentinel
Microsoft.DotNet.Configurer (2)
FileSentinel.cs (1)
8public class FileSentinel : IFileSentinel
NoOpFileSentinel.cs (1)
6public class NoOpFileSentinel : IFileSentinel
3 references to IFileSentinel
dotnet (1)
Program.cs (1)
200IFileSentinel toolPathSentinel = new FileSentinel(new FilePath(toolPath));
Microsoft.DotNet.Configurer (2)
DotnetFirstTimeUseConfigurer.cs (2)
16private readonly IFileSentinel _toolPathSentinel; 24IFileSentinel toolPathSentinel,