1 write to Size
Microsoft.NET.HostModel (1)
Bundle\FileEntry.cs (1)
40Size = size;
4 references to Size
Microsoft.NET.HostModel (4)
Bundle\FileEntry.cs (2)
48writer.Write(Size); 72public override string ToString() => $"{RelativePath} [{Type}] @{Offset} Sz={Size} CompressedSz={CompressedSize}";
Bundle\Manifest.cs (2)
163writer.Write((DepsJsonEntry != null) ? DepsJsonEntry.Size : 0); 166writer.Write((RuntimeConfigJsonEntry != null) ? RuntimeConfigJsonEntry.Size : 0);