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)
7 references to SetLength
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\GenerateConverter.cs (1)
1110_fs.SetLength(0);
Microsoft.NET.HostModel (1)
MachO\MachObjectFile.cs (1)
267bundle.SetLength(newLength!.Value);
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
DefineStaticWebAssets.Cache.cs (1)
157manifestFile.SetLength(0);
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (1)
565m_file.SetLength(BaseZeroPosition)
RepoTasks (1)
GenerateTestDevCert.cs (1)
54file.SetLength(0);
System.Formats.Tar (1)
System\Formats\Tar\GnuSparseStream.cs (1)
325destination.SetLength(_realSize);
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
243_fs.SetLength(value);