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