Base:
method
SetLength
System.IO.Stream.SetLength(System.Int64)
1 override of SetLength
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
241
public 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)
565
m_file.
SetLength
(BaseZeroPosition)
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
243
_fs.
SetLength
(value);