18 instantiations of Muxer
dotnet (15)
CommandFactory\CommandResolution\AppBaseDllCommandResolver.cs (1)
29
new
Muxer
().MuxerPath,
CommandFactory\CommandResolution\MuxerCommandResolver.cs (1)
15
var muxer = new
Muxer
();
CommandFactory\CommandResolution\MuxerCommandSpecMaker.cs (1)
26
var host = new
Muxer
().MuxerPath;
CommandFactory\CommandResolution\PackagedCommandSpecFactory.cs (1)
123
var muxer = new
Muxer
();
CommandFactory\CommandResolution\PackagedCommandSpecFactoryWithCliRuntime.cs (1)
31
var muxer = new
Muxer
();
CommandFactory\CommandResolution\PublishPathCommandSpecFactory.cs (1)
52
var muxer = new
Muxer
();
Commands\Clean\FileBasedAppArtifacts\CleanFileBasedAppArtifactsCommand.cs (1)
127
FileName = new
Muxer
().MuxerPath,
Commands\New\NewCommandParser.cs (1)
133
{ "RuntimeFrameworkVersion", new
Muxer
().SharedFxVersion },
Commands\NuGet\NuGetCommand.cs (1)
87
return new
Muxer
().MuxerPath;
Commands\Run\CSharpCompilerCommand.cs (1)
86
Environment.SetEnvironmentVariable("DOTNET_HOST_PATH", new
Muxer
().MuxerPath);
Commands\Run\RunCommand.cs (1)
663
command.EnvironmentVariable(rootVariableName, Path.GetDirectoryName(new
Muxer
().MuxerPath));
Commands\Test\MTP\TestApplication.cs (1)
164
processStartInfo.Environment[Module.DotnetRootArchVariableName] = Path.GetDirectoryName(new
Muxer
().MuxerPath);
Commands\Test\MTP\TestModulesFilterHandler.cs (1)
59
var muxerPath = new
Muxer
().MuxerPath;
Commands\Test\VSTest\VSTestForwardingApp.cs (1)
50
["VSTEST_DOTNET_ROOT_PATH"] = Path.GetDirectoryName(new
Muxer
().MuxerPath),
MsbuildProject.cs (1)
189
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)
212
return new
Muxer
().MuxerPath;
6 references to Muxer
dotnet (5)
CommandFactory\CommandResolution\MuxerCommandResolver.cs (2)
13
if (commandResolverArguments.CommandName ==
Muxer
.MuxerName)
15
var
muxer = new Muxer();
CommandFactory\CommandResolution\PackagedCommandSpecFactory.cs (1)
123
var
muxer = new Muxer();
CommandFactory\CommandResolution\PackagedCommandSpecFactoryWithCliRuntime.cs (1)
31
var
muxer = new Muxer();
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");