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