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