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