Base:
property
CanWrite
System.IO.Stream.CanWrite
1 override of CanWrite
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
159
public override bool
CanWrite
5 references to CanWrite
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\GenerateConverter.cs (1)
1056
if (!fs.CanSeek || !fs.CanRead || !fs.
CanWrite
)
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
163
return _fs.
CanWrite
;
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs (2)
434
else if (!
CanWrite
)
577
else if (!
CanWrite
)
src\libraries\System.Private.CoreLib\src\System\IO\FileStreamOptions.cs (1)
38
/// A bitwise combination of the enumeration values that determines how the file can be accessed by the <see cref="FileStream" /> object. This also determines the values returned by the <see cref="FileStream.CanRead" /> and <see cref="FileStream.
CanWrite
" /> properties of the <see cref="FileStream" /> object.