20 references to Muxer
dotnet (16)
CommandFactory\CommandResolution\AppBaseDllCommandResolver.cs (1)
29
new
Muxer
().MuxerPath,
CommandFactory\CommandResolution\DepsJsonCommandResolver.cs (1)
25
: this(new
Muxer
(), nugetPackageRoot) { }
CommandFactory\CommandResolution\MuxerCommandResolver.cs (1)
17
var muxer = new
Muxer
();
CommandFactory\CommandResolution\MuxerCommandSpecMaker.cs (1)
18
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
();
Commands\Clean\FileBasedAppArtifacts\CleanFileBasedAppArtifactsCommand.cs (1)
126
FileName = new
Muxer
().MuxerPath,
Commands\New\NewCommandParser.cs (1)
170
{ "RuntimeFrameworkVersion", new
Muxer
().SharedFxVersion },
Commands\NuGet\NuGetCommand.cs (1)
53
return new
Muxer
().MuxerPath;
Commands\Run\CSharpCompilerCommand.cs (1)
76
Environment.SetEnvironmentVariable("DOTNET_HOST_PATH", new
Muxer
().MuxerPath);
Commands\Run\RunCommand.cs (1)
462
command.EnvironmentVariable(rootVariableName, Path.GetDirectoryName(new
Muxer
().MuxerPath));
Commands\Test\MTP\TestApplication.cs (1)
122
processStartInfo.Environment[Module.DotnetRootArchVariableName] = Path.GetDirectoryName(new
Muxer
().MuxerPath);
Commands\Test\MTP\TestModulesFilterHandler.cs (1)
49
var muxerPath = new
Muxer
().MuxerPath;
Commands\Test\VSTest\VSTestForwardingApp.cs (1)
50
["VSTEST_DOTNET_ROOT_PATH"] = Path.GetDirectoryName(new
Muxer
().MuxerPath),
MsbuildProject.cs (1)
212
Environment.SetEnvironmentVariable("DOTNET_HOST_PATH", new
Muxer
().MuxerPath);
Microsoft.DotNet.Cli.Utils (3)
BuiltInCommand.cs (1)
74
ProcessStartInfo startInfo = new(new
Muxer
().MuxerPath, $"{CommandName} {CommandArgs}");
ForwardingAppImplementation.cs (1)
96
private string GetHostExeName() => new
Muxer
().MuxerPath;
MSBuildForwardingAppWithoutLogging.cs (1)
219
return new
Muxer
().MuxerPath;
Microsoft.DotNet.Cli.Utils.Tests (1)
BuiltInCommandTests.cs (1)
24
Assert.Equal(new
Muxer
().MuxerPath, result.StartInfo.FileName);