2 implementations of IsErrorRedirected
dotnet-user-jwts (1)
src\Tools\Shared\CommandLine\PhysicalConsole.cs (1)
31public bool IsErrorRedirected => Console.IsErrorRedirected;
Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Tests (1)
src\Tools\Shared\TestHelpers\TestConsole.cs (1)
44public bool IsErrorRedirected { get; }