Base:
method
WriteByte
System.IO.Stream.WriteByte(System.Byte)
1 override of WriteByte
mscorlib (1)
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
657
public override void
WriteByte
(byte value)
2 references to WriteByte
mscorlib (1)
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
675
m_fs.
WriteByte
(value);
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLFileStream.cs (1)
411
m_fs.
WriteByte
(value);