12 instantiations of Muxer
dotnet-aot (9)
parent\dotnet\CommandFactory\CommandResolution\AppBaseDllCommandResolver.cs (1)
29
new
Muxer
().MuxerPath,
parent\dotnet\CommandFactory\CommandResolution\MuxerCommandResolver.cs (1)
15
var muxer = new
Muxer
();
parent\dotnet\CommandFactory\CommandResolution\MuxerCommandSpecMaker.cs (1)
26
var host = new
Muxer
().MuxerPath;
parent\dotnet\CommandFactory\CommandResolution\PublishPathCommandSpecFactory.cs (1)
52
var muxer = new
Muxer
();
parent\dotnet\Commands\NuGet\NuGetCommand.cs (1)
105
return new
Muxer
().MuxerPath;
parent\dotnet\Commands\Test\MTP\TestApplication.cs (1)
322
processStartInfo.Environment[Module.DotnetRootArchVariableName] = Path.GetDirectoryName(new
Muxer
().MuxerPath);
parent\dotnet\Commands\Test\MTP\TestModulesFilterHandler.cs (1)
79
var 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)
208
Environment.SetEnvironmentVariable("DOTNET_HOST_PATH", new
Muxer
().MuxerPath);
Microsoft.DotNet.Cli.Utils (3)
BuiltInCommand.cs (1)
72
ProcessStartInfo startInfo = new(new
Muxer
().MuxerPath, $"{CommandName} {CommandArgs}");
ForwardingAppImplementation.cs (1)
96
private string GetHostExeName() => new
Muxer
().MuxerPath;
MSBuildForwardingAppWithoutLogging.cs (1)
308
private static string GetDotnetPath() => new
Muxer
().MuxerPath;
4 references to Muxer
dotnet-aot (3)
parent\dotnet\CommandFactory\CommandResolution\MuxerCommandResolver.cs (2)
13
if (commandResolverArguments.CommandName ==
Muxer
.MuxerName)
15
var
muxer = new Muxer();
parent\dotnet\CommandFactory\CommandResolution\PublishPathCommandSpecFactory.cs (1)
52
var
muxer = new Muxer();
Microsoft.DotNet.Cli.Utils (1)
FrameworkDependencyFile.cs (1)
21
_depsFilePath =
Muxer
.GetDataFromAppDomain("FX_DEPS_FILE");