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