2 implementations of In
GetDocument.Insider (1)
src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
27
public TextReader
In
=> Console.In;
Microsoft.Extensions.ApiDescription.Tool.Tests (1)
src\Tools\Shared\TestHelpers\TestConsole.cs (1)
41
public TextReader
In
{ get; set; } = new StringReader(string.Empty);