2 instantiations of AppHostShellShimMaker
dotnet (1)
ShellShim\ShellShimRepository.cs (1)
21
private readonly IAppHostShellShimMaker _appHostShellShimMaker = appHostShellShimMaker ?? new
AppHostShellShimMaker
(appHostSourceDirectory: appHostSourceDirectory);
dotnet.Tests (1)
ShellShimTests\AppHostShellShimMakerTests.cs (1)
37
var appHostShellShimMaker = new
AppHostShellShimMaker
(Path.Combine(TestContext.Current.ToolsetUnderTest.SdkFolderUnderTest, "AppHostTemplate"));
1 reference to AppHostShellShimMaker
dotnet.Tests (1)
ShellShimTests\AppHostShellShimMakerTests.cs (1)
37
var
appHostShellShimMaker = new AppHostShellShimMaker(Path.Combine(TestContext.Current.ToolsetUnderTest.SdkFolderUnderTest, "AppHostTemplate"));