1 write to _file
Microsoft.DotNet.Configurer (1)
FileSentinel.cs (1)
20
_file
= file;
2 references to _file
Microsoft.DotNet.Configurer (2)
FileSentinel.cs (2)
26
return _fileSystem.File.Exists(
_file
.Value);
31
_fileSystem.CreateIfNotExists(
_file
.Value);