1 implementation of IShellShimRepository
dotnet (1)
ShellShim\ShellShimRepository.cs (1)
17
IFilePermissionSetter filePermissionSetter = null) :
IShellShimRepository
5 references to IShellShimRepository
dotnet (5)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (2)
24
internal delegate
IShellShimRepository
CreateShellShimRepository(string appHostSourceDirectory, DirectoryPath? nonGlobalLocation = null);
193
IShellShimRepository
shellShimRepository = _createShellShimRepository(appHostSourceDirectory, toolPath);
Commands\Tool\Uninstall\ToolUninstallGlobalOrToolPathCommand.cs (2)
16
internal delegate
IShellShimRepository
CreateShellShimRepository(string appHostSourceDirectory, DirectoryPath? nonGlobalLocation = null);
51
IShellShimRepository
shellShimRepository = _createShellShimRepository(appHostSourceDirectory, toolDirectoryPath);
ShellShim\ShellShimRepositoryFactory.cs (1)
13
public static
IShellShimRepository
CreateShellShimRepository(string appHostSourceDirectory, DirectoryPath? nonGlobalLocation = null)