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