2 implementations of IAppHostShellShimMaker
dotnet (1)
ShellShim\AppHostShimMaker.cs (1)
11internal class AppHostShellShimMaker(string appHostSourceDirectory, IFilePermissionSetter filePermissionSetter = null) : IAppHostShellShimMaker
Microsoft.DotNet.Tools.Tests.ComponentMocks (1)
AppHostShellShimMakerMock.cs (1)
12internal class AppHostShellShimMakerMock : IAppHostShellShimMaker
2 references to IAppHostShellShimMaker
dotnet (2)
ShellShim\ShellShimRepository.cs (2)
16IAppHostShellShimMaker appHostShellShimMaker = null, 21private readonly IAppHostShellShimMaker _appHostShellShimMaker = appHostShellShimMaker ?? new AppHostShellShimMaker(appHostSourceDirectory: appHostSourceDirectory);