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