Base:
method
SetLength
System.IO.Stream.SetLength(System.Int64)
1 override of SetLength
mscorlib (1)
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
413public override void SetLength(long value)
2 references to SetLength
mscorlib (1)
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
439m_fs.SetLength(value);
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLFileStream.cs (1)
366m_fs.SetLength(value);