18 references to ReadLine
crossgen2 (1)
Program.cs (1)
54Console.ReadLine();
dotnet (1)
Commands\Run\Api\RunApiCommand.cs (1)
24for (string? line; (line = Console.ReadLine()) != null;)
dotnet-dev-certs (1)
src\aspnetcore\src\Tools\Shared\CommandLine\DebugHelper.cs (1)
28Console.ReadLine();
dotnet-svcutil-lib (1)
Shared\Utilities\DebugUtils.cs (1)
45Console.ReadLine();
dotnet-user-jwts (3)
Commands\ClearCommand.cs (1)
61if (Console.ReadLine().Trim().ToUpperInvariant() != "Y")
Commands\KeyCommand.cs (1)
65if (Console.ReadLine().Trim().ToUpperInvariant() != "Y")
src\aspnetcore\src\Tools\Shared\CommandLine\DebugHelper.cs (1)
28Console.ReadLine();
dotnet-user-secrets (1)
src\aspnetcore\src\Tools\Shared\CommandLine\DebugHelper.cs (1)
28Console.ReadLine();
ilasm (1)
IlasmRootCommand.cs (1)
167Console.ReadLine();
ilc (1)
Program.cs (1)
43Console.ReadLine();
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
830Console.ReadLine();
Microsoft.DotNet.Cli.Utils (1)
DebugHelper.cs (1)
30Console.ReadLine();
Microsoft.ML.AutoML.Samples (1)
Program.cs (1)
38Console.ReadLine();
Microsoft.TemplateEngine.Cli (2)
Commands\BaseCommand.cs (1)
178Console.ReadLine();
Commands\create\TemplateCommand.cs (1)
166TemplateInvoker invoker = new(_environmentSettings, () => Console.ReadLine() ?? string.Empty);
MSBuild (1)
XMake.cs (1)
629Console.ReadLine();
NuGet.CommandLine.XPlat (1)
Commands\DeleteCommand.cs (1)
105var result = Console.ReadLine();
TestProject.AppHost (1)
Program.cs (1)
10var s = Console.ReadLine();