Base:
property
CanWrite
System.IO.Stream.CanWrite
5 references to CanWrite
mscorlib (4)
system\io\unmanagedmemorystream.cs (3)
552if (!CanWrite) __Error.WriteNotSupported(); 583if (!CanWrite) __Error.WriteNotSupported(); 676if (!CanWrite) __Error.WriteNotSupported();
system\io\unmanagedmemorystreamwrapper.cs (1)
47get { return _unmanagedStream.CanWrite; }
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (1)
1013Invariant.Assert(!CanWrite);