2 implementations of In
dotnet-user-secrets (1)
src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
27
public TextReader
In
=> Console.In;
Microsoft.Extensions.SecretManager.Tools.Tests (1)
src\Tools\Shared\TestHelpers\TestConsole.cs (1)
41
public TextReader
In
{ get; set; } = new StringReader(string.Empty);
1 reference to In
dotnet-user-secrets (1)
Internal\SetCommand.cs (1)
69
writer.Write(context.Console.
In
.ReadToEnd()); // TODO buffer?