13 references to ReadNotSupported
mscorlib (13)
system\io\__consolestream.cs (1)
131if (!_canRead) __Error.ReadNotSupported();
system\io\bufferedstream.cs (3)
146__Error.ReadNotSupported(); 580if (_stream == null) __Error.ReadNotSupported(); 1009if (_stream == null) __Error.ReadNotSupported();
system\io\filestream.cs (3)
1517if (!CanRead) __Error.ReadNotSupported(); 1901if (!CanRead) __Error.ReadNotSupported(); 2162if (_readLen==0 && !CanRead) __Error.ReadNotSupported();
system\io\stream.cs (2)
308if (!CanRead) __Error.ReadNotSupported(); 908if (!CanRead) __Error.ReadNotSupported();
system\io\unmanagedmemorystream.cs (2)
404if (!CanRead) __Error.ReadNotSupported(); 479if (!CanRead) __Error.ReadNotSupported();
system\io\unmanagedmemorystreamwrapper.cs (2)
114if (!_unmanagedStream.CanRead) __Error.ReadNotSupported(); 136if (!CanRead) __Error.ReadNotSupported();