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