1 write to _fileSystem
Microsoft.DotNet.Configurer (1)
FirstTimeUseNoticeSentinel.cs (1)
28
_fileSystem
= fileSystem;
2 references to _fileSystem
Microsoft.DotNet.Configurer (2)
FirstTimeUseNoticeSentinel.cs (2)
33
return
_fileSystem
.File.Exists(SentinelPath);
38
_fileSystem
.CreateIfNotExists(SentinelPath);