Base:
property
CanRead
System.IO.Stream.CanRead
1 override of CanRead
mscorlib (1)
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
293public override bool CanRead {
8 references to CanRead
mscorlib (7)
system\io\filestream.cs (6)
1141if (CanRead) { 1517if (!CanRead) __Error.ReadNotSupported(); 1571Contract.Assert(CanRead, "CanRead"); 1901if (!CanRead) __Error.ReadNotSupported(); 2013Contract.Assert(CanRead, "CanRead"); 2162if (_readLen==0 && !CanRead) __Error.ReadNotSupported();
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
296return m_fs.CanRead;
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLFileStream.cs (1)
191return m_fs.CanRead;