2 implementations of SetUserExecutionPermission
dotnet (1)
FilePermissionSetter.cs (1)
12public void SetUserExecutionPermission(string path)
dotnet.Tests (1)
CommandTests\Tool\Install\ToolInstallGlobalOrToolPathCommandTests.cs (1)
941public void SetUserExecutionPermission(string path)
3 references to SetUserExecutionPermission
dotnet (3)
ShellShim\AppHostShimMaker.cs (1)
46_filePermissionSetter.SetUserExecutionPermission(appHostDestinationFilePath);
ShellShim\ShellShimRepository.cs (2)
54_filePermissionSetter.SetUserExecutionPermission(GetShimPath(toolCommand).Value); 79_filePermissionSetter.SetUserExecutionPermission(shimPath);