2 references to GetReadNotSupported
System.Console (2)
System\IO\CachedConsoleStream.cs (1)
23
public override int Read(Span<byte> buffer) => throw Error.
GetReadNotSupported
();
System\IO\ConsoleStream.cs (1)
77
throw Error.
GetReadNotSupported
();