2 writes to PreallocationSize
System.Formats.Tar (1)
System\Formats\Tar\TarEntry.cs (1)
752
PreallocationSize
= _header._gnuSparseDataStream is null ? Length : 0,
System.IO.Compression.ZipFile (1)
System\IO\Compression\ZipFileExtensions.ZipArchiveEntry.Extract.cs (1)
158
PreallocationSize
= preallocationSize,
4 references to PreallocationSize
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs (4)
159
/// The disk was full (when <see cref="FileStreamOptions.
PreallocationSize
" /> was provided and <paramref name="path" /> was pointing to a regular file).
161
/// The file was too large (when <see cref="FileStreamOptions.
PreallocationSize
" /> was provided and <paramref name="path" /> was pointing to a regular file).</exception>
184
if (options.
PreallocationSize
> 0)
201
this, path, options.Mode, options.Access, options.Share, options.BufferSize, options.Options, options.
PreallocationSize
, options.UnixCreateMode);