5 references to DotnetCliToolsProfilePath
dotnet (2)
ShellShim\LinuxEnvironmentPath.cs (2)
46
_fileSystem.WriteAllText(
DotnetCliToolsProfilePath
, script);
66
if (_fileSystem.Exists(
DotnetCliToolsProfilePath
))
dotnet.Tests (3)
ShellShimTests\LinuxEnvironmentPathTests.cs (3)
59
.AddFile(LinuxEnvironmentPath.
DotnetCliToolsProfilePath
, "")
117
.Exists(LinuxEnvironmentPath.
DotnetCliToolsProfilePath
)
148
.ReadAllText(LinuxEnvironmentPath.
DotnetCliToolsProfilePath
)