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