2 implementations of In
dotnet-user-jwts (1)
src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
27
public TextReader
In
=> Console.In;
Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Tests (1)
src\Tools\Shared\TestHelpers\TestConsole.cs (1)
41
public TextReader
In
{ get; set; } = new StringReader(string.Empty);