20 writes to RedirectStandardInput
Aspire.EndToEnd.Tests (2)
tests\Shared\WorkloadTesting\AspireProject.cs (1)
165RedirectStandardInput = true,
tests\Shared\WorkloadTesting\ToolCommand.cs (1)
216RedirectStandardInput = true,
Aspire.Workload.Tests (2)
tests\Shared\WorkloadTesting\AspireProject.cs (1)
165RedirectStandardInput = true,
tests\Shared\WorkloadTesting\ToolCommand.cs (1)
216RedirectStandardInput = true,
csc (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
514RedirectStandardInput = true,
Microsoft.AspNetCore.Server.IntegrationTesting (4)
Deployers\NginxDeployer.cs (2)
166RedirectStandardInput = true 208RedirectStandardInput = true
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (1)
244RedirectStandardInput = true
Deployers\SelfHostDeployer.cs (1)
130RedirectStandardInput = true,
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
Docker.cs (1)
206RedirectStandardInput = true
Microsoft.AspNetCore.SpaServices.Extensions (1)
Npm\NodeScriptRunner.cs (1)
46RedirectStandardInput = true,
Microsoft.Build (1)
BackEnd\Components\Communications\NodeLauncher.cs (1)
111processStartInfo.RedirectStandardInput = true;
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
514RedirectStandardInput = true,
Microsoft.Build.UnitTests.Shared (1)
RunnerUtilities.cs (1)
116RedirectStandardInput = true,
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
660startInfo.RedirectStandardInput = true;
Microsoft.CodeAnalysis.Test.Utilities (1)
FX\ProcessUtilities.cs (1)
38RedirectStandardInput = stdInput != null || redirectStandardInput,
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
262processStartInfo.RedirectStandardInput = true;
Replay (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
514RedirectStandardInput = true,
vbc (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
514RedirectStandardInput = true,
VBCSCompiler (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
514RedirectStandardInput = true,
6 references to RedirectStandardInput
Microsoft.Arcade.Common (1)
Command.cs (1)
79_process.StartInfo.RedirectStandardInput ||
System.Diagnostics.Process (5)
System\Diagnostics\Process.cs (1)
1251if (startInfo.StandardInputEncoding != null && !startInfo.RedirectStandardInput)
System\Diagnostics\Process.Unix.cs (4)
381if (startInfo.RedirectStandardInput || startInfo.RedirectStandardOutput || startInfo.RedirectStandardError) 404bool usesTerminal = !(startInfo.RedirectStandardInput && 466if (startInfo.RedirectStandardInput) 521startInfo.RedirectStandardInput, startInfo.RedirectStandardOutput, startInfo.RedirectStandardError,