1 write to _fileSystem
dotnet (1)
ShellShim\LinuxEnvironmentPath.cs (1)
30_fileSystem = fileSystem ?? throw new ArgumentNullException(nameof(fileSystem));
2 references to _fileSystem
dotnet (2)
ShellShim\LinuxEnvironmentPath.cs (2)
46_fileSystem.WriteAllText(DotnetCliToolsProfilePath, script); 66if (_fileSystem.Exists(DotnetCliToolsProfilePath))