Base:
property
CanRead
System.IO.Stream.CanRead
1 override of CanRead
mscorlib (1)
system\io\unmanagedmemorystreamwrapper.cs (1)
35
public override bool
CanRead
{
7 references to CanRead
mscorlib (2)
system\io\memorystream.cs (2)
432
if (!
CanRead
&& !CanWrite)
438
if (!
CanRead
)
System.IO.Log (5)
System\IO\Log\FileLogRecordStream.cs (5)
128
if (!this.stream.
CanRead
)
161
get { return this.stream.
CanRead
; }
191
if (!this.stream.
CanRead
)
234
if (!this.stream.
CanRead
)
246
if (!this.stream.
CanRead
)