Base:
property
CanWrite
System.IO.Stream.CanWrite
1 override of CanWrite
mscorlib (1)
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
300public override bool CanWrite {
11 references to CanWrite
mscorlib (10)
system\io\filestream.cs (9)
1144else if (CanWrite) { 1329if (flushToDisk && CanWrite) 1451if (!CanWrite) __Error.WriteNotSupported(); 1767if (!CanWrite) __Error.WriteNotSupported(); 1827Contract.Assert(CanWrite, "CanWrite"); 2213if (!CanWrite) __Error.WriteNotSupported(); 2273Contract.Assert(CanWrite, "CanWrite"); 2418if (!CanWrite) __Error.WriteNotSupported(); 2859if (CanWrite)
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
303return m_fs.CanWrite;
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLFileStream.cs (1)
226return m_fs.CanWrite;