5 references to OpenStandardInput
dotnet (1)
Commands\Run\RunCommand.cs (1)
920
using (var stdinStream = Console.
OpenStandardInput
())
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
263
using var data = Console.
OpenStandardInput
();
Microsoft.DotNet.HotReload.Watch (1)
UI\PhysicalConsole.cs (1)
32
using var stream = Console.
OpenStandardInput
();
NuGet.Build.Tasks.Console (1)
Program.cs (1)
64
if (!TryParseArguments(args, () => System.Console.
OpenStandardInput
(), System.Console.Error, out (Dictionary<string, string> Options, FileInfo MSBuildExeFilePath, string EntryProjectFilePath, Dictionary<string, string> MSBuildGlobalProperties) arguments))
NuGet.Protocol (1)
Plugins\PluginFactory.cs (1)
335
var standardInput = new StreamReader(Console.
OpenStandardInput
(), encoding);