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); 60GetShimPath(toolCommand)); 65var shimPath = GetShimPath(toolCommand).Value; 175yield return GetShimPath(toolCommand); 206FilePath[] candidatepackagedShim = [.. packagedShims.Where(s => string.Equals(Path.GetFileName(s.Value), Path.GetFileName(GetShimPath(toolCommand).Value)))];