26 references to ReadLine
ClientSample (2)
HubSample.cs (1)
92var line = Console.ReadLine();
Program.cs (1)
19Console.ReadLine();
DesignSurface (1)
Program.cs (1)
38Console.ReadLine();
dotnet-dev-certs (1)
src\Tools\Shared\CommandLine\DebugHelper.cs (1)
28Console.ReadLine();
dotnet-getdocument (1)
src\Tools\Shared\CommandLine\DebugHelper.cs (1)
28Console.ReadLine();
dotnet-openapi (1)
src\Tools\Shared\CommandLine\DebugHelper.cs (1)
28Console.ReadLine();
dotnet-sql-cache (1)
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)
50if (Console.ReadLine().Trim().ToUpperInvariant() != "Y")
Commands\KeyCommand.cs (1)
65if (Console.ReadLine().Trim().ToUpperInvariant() != "Y")
src\Tools\Shared\CommandLine\DebugHelper.cs (1)
28Console.ReadLine();
dotnet-user-secrets (1)
src\Tools\Shared\CommandLine\DebugHelper.cs (1)
28Console.ReadLine();
GetDocument.Insider (1)
src\Tools\Shared\CommandLine\DebugHelper.cs (1)
28Console.ReadLine();
IdeCoreBenchmarks (4)
NavigateToBenchmarks.cs (4)
134Console.ReadLine(); 154Console.ReadLine(); 175Console.ReadLine(); 205Console.ReadLine();
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
763Console.ReadLine();
Microsoft.ML.AutoML.Samples (1)
Program.cs (1)
38Console.ReadLine();
MSBuild (1)
XMake.cs (1)
632Console.ReadLine();
MSBuildTaskHost (1)
OutOfProcTaskHost.cs (1)
95Console.ReadLine();
RoutingSandbox (1)
Program.cs (1)
28scenario = Console.ReadLine();
RoutingWebSite (1)
Program.cs (1)
30scenario = Console.ReadLine();
SampleStartups (1)
StartupBlockingOnStart.cs (1)
50Console.ReadLine();
TestProject.AppHost (1)
Program.cs (1)
10var s = Console.ReadLine();
WebSocketSample (1)
Program.cs (1)
35while ((line = Console.ReadLine()) != null)