1 implementation of IShellShimRepository
dotnet (1)
ShellShim\ShellShimRepository.cs (1)
17
IFilePermissionSetter filePermissionSetter = null) :
IShellShimRepository
11 references to IShellShimRepository
dotnet (5)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (2)
21
internal delegate
IShellShimRepository
CreateShellShimRepository(string appHostSourceDirectory, DirectoryPath? nonGlobalLocation = null);
166
IShellShimRepository
shellShimRepository = _createShellShimRepository(appHostSourceDirectory, toolPath);
Commands\Tool\Uninstall\ToolUninstallGlobalOrToolPathCommand.cs (2)
18
internal delegate
IShellShimRepository
CreateShellShimRepository(string appHostSourceDirectory, DirectoryPath? nonGlobalLocation = null);
54
IShellShimRepository
shellShimRepository = _createShellShimRepository(appHostSourceDirectory, toolDirectoryPath);
ShellShim\ShellShimRepositoryFactory.cs (1)
13
public static
IShellShimRepository
CreateShellShimRepository(string appHostSourceDirectory, DirectoryPath? nonGlobalLocation = null)
dotnet.Tests (6)
ShellShimTests\ShellShimRepositoryTests.cs (6)
142
IShellShimRepository
shellShimRepository;
186
IShellShimRepository
shellShimRepository;
229
IShellShimRepository
shellShimRepository;
256
IShellShimRepository
shellShimRepository;
287
IShellShimRepository
shellShimRepository;
325
IShellShimRepository
shellShimRepository;