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