1 write to _fileSystem
Microsoft.DotNet.Configurer (1)
FileSentinel.cs (1)
21
_fileSystem
= fileSystem ?? FileSystemWrapper.Default;
2 references to _fileSystem
Microsoft.DotNet.Configurer (2)
FileSentinel.cs (2)
26
return
_fileSystem
.File.Exists(_file.Value);
31
_fileSystem
.CreateIfNotExists(_file.Value);