13 references to WriteNotSupported
mscorlib (13)
system\io\__consolestream.cs (2)
112if (!CanWrite) __Error.WriteNotSupported(); 158if (!_canWrite) __Error.WriteNotSupported();
system\io\bufferedstream.cs (1)
155__Error.WriteNotSupported();
system\io\filestream.cs (4)
1451if (!CanWrite) __Error.WriteNotSupported(); 1767if (!CanWrite) __Error.WriteNotSupported(); 2213if (!CanWrite) __Error.WriteNotSupported(); 2418if (!CanWrite) __Error.WriteNotSupported();
system\io\memorystream.cs (1)
144if (!CanWrite) __Error.WriteNotSupported();
system\io\stream.cs (2)
455if (!CanWrite) __Error.WriteNotSupported(); 925if (!CanWrite) __Error.WriteNotSupported();
system\io\unmanagedmemorystream.cs (3)
552if (!CanWrite) __Error.WriteNotSupported(); 583if (!CanWrite) __Error.WriteNotSupported(); 676if (!CanWrite) __Error.WriteNotSupported();