5 writes to BufferSize
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\TestApplication.cs (1)
469BufferSize = 4096,
Microsoft.Build.Tasks.Core (1)
Unzip.cs (1)
256BufferSize = 0x1000
Microsoft.NET.HostModel (1)
HostModelUtils.cs (1)
48options.BufferSize = size;
System.Formats.Tar (1)
System\Formats\Tar\TarHelpers.Unix.cs (1)
32BufferSize = 0
System.IO.Compression.ZipFile (1)
System\IO\Compression\ZipFileExtensions.ZipArchiveEntry.Extract.cs (1)
157BufferSize = ZipFile.FileStreamBufferSize,
1 reference to BufferSize
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs (1)
201this, path, options.Mode, options.Access, options.Share, options.BufferSize, options.Options, options.PreallocationSize, options.UnixCreateMode);