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)
26return _fileSystem.File.Exists(_file.Value); 31_fileSystem.CreateIfNotExists(_file.Value);