12 references to Muxer
dotnet-aot (9)
parent\dotnet\CommandFactory\CommandResolution\AppBaseDllCommandResolver.cs (1)
29new Muxer().MuxerPath,
parent\dotnet\CommandFactory\CommandResolution\MuxerCommandResolver.cs (1)
15var muxer = new Muxer();
parent\dotnet\CommandFactory\CommandResolution\MuxerCommandSpecMaker.cs (1)
26var host = new Muxer().MuxerPath;
parent\dotnet\CommandFactory\CommandResolution\PublishPathCommandSpecFactory.cs (1)
52var muxer = new Muxer();
parent\dotnet\Commands\NuGet\NuGetCommand.cs (1)
105return new Muxer().MuxerPath;
parent\dotnet\Commands\Test\MTP\TestApplication.cs (1)
322processStartInfo.Environment[Module.DotnetRootArchVariableName] = Path.GetDirectoryName(new Muxer().MuxerPath);
parent\dotnet\Commands\Test\MTP\TestModulesFilterHandler.cs (1)
79var muxerPath = new Muxer().MuxerPath;
parent\dotnet\Commands\Test\VSTest\VSTestForwardingApp.cs (1)
50["VSTEST_DOTNET_ROOT_PATH"] = Path.GetDirectoryName(new Muxer().MuxerPath),
parent\dotnet\MsbuildProject.cs (1)
208Environment.SetEnvironmentVariable("DOTNET_HOST_PATH", new Muxer().MuxerPath);
Microsoft.DotNet.Cli.Utils (3)
BuiltInCommand.cs (1)
72ProcessStartInfo startInfo = new(new Muxer().MuxerPath, $"{CommandName} {CommandArgs}");
ForwardingAppImplementation.cs (1)
96private string GetHostExeName() => new Muxer().MuxerPath;
MSBuildForwardingAppWithoutLogging.cs (1)
308private static string GetDotnetPath() => new Muxer().MuxerPath;