Base:
property
CanRead
System.IO.MemoryStream.CanRead
3 references to CanRead
mscorlib (3)
system\io\unmanagedmemorystreamwrapper.cs (3)
136
if (!
CanRead
) __Error.ReadNotSupported();
162
if (!
CanRead
&& !CanWrite)
168
if (!
CanRead
)