22 writes to RedirectStandardInput
aspire (1)
DotNet\DotNetCliRunner.cs (1)
436RedirectStandardInput = true,
Aspire.EndToEnd.Tests (2)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
184RedirectStandardInput = true,
tests\Shared\TemplatesTesting\ToolCommand.cs (1)
216RedirectStandardInput = true,
Aspire.Templates.Tests (2)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
184RedirectStandardInput = true,
tests\Shared\TemplatesTesting\ToolCommand.cs (1)
216RedirectStandardInput = true,
csc (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
518RedirectStandardInput = 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)
207RedirectStandardInput = true
Microsoft.AspNetCore.SpaServices.Extensions (1)
Npm\NodeScriptRunner.cs (1)
46RedirectStandardInput = true,
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
518RedirectStandardInput = true,
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
518RedirectStandardInput = true,
Microsoft.CodeAnalysis.LanguageServer (1)
DotnetCliHelper.cs (1)
80RedirectStandardInput = true,
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
Utilities\AbstractLanguageServerClientTests.TestLspClient.cs (1)
116processStartInfo.RedirectStandardInput = true;
Microsoft.CodeAnalysis.Test.Utilities (1)
FX\ProcessUtilities.cs (1)
38RedirectStandardInput = stdInput != null || redirectStandardInput,
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
334processStartInfo.RedirectStandardInput = true;
Microsoft.DotNet.ArcadeAzureIntegration (1)
AzureCliCredentialWithAzNoUpdateWrapper.cs (1)
81RedirectStandardInput = true,
Replay (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
518RedirectStandardInput = true,
vbc (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
518RedirectStandardInput = true,
VBCSCompiler (1)
src\Compilers\Shared\BuildServerConnection.cs (1)
518RedirectStandardInput = 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,