Base:
method
SetLength
System.IO.Stream.SetLength(System.Int64)
1 override of SetLength
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
241public override void SetLength(long value)
3 references to SetLength
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\GenerateConverter.cs (1)
1110_fs.SetLength(0);
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (1)
565m_file.SetLength(BaseZeroPosition)
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
243_fs.SetLength(value);