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