6 references to GetShimPath
dotnet (6)
ShellShim\ShellShimRepository.cs (6)
53
_fileSystem.File.Copy(packagedShim.Value.Value,
GetShimPath
(toolCommand).Value);
54
_filePermissionSetter.SetUserExecutionPermission(
GetShimPath
(toolCommand).Value);
60
GetShimPath
(toolCommand));
65
var shimPath =
GetShimPath
(toolCommand).Value;
175
yield return
GetShimPath
(toolCommand);
206
FilePath[] candidatepackagedShim = [.. packagedShims.Where(s => string.Equals(Path.GetFileName(s.Value), Path.GetFileName(
GetShimPath
(toolCommand).Value)))];