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