1 write to Type
Microsoft.NET.HostModel (1)
Bundle\FileEntry.cs (1)
37Type = fileType;
3 references to Type
Microsoft.NET.HostModel (3)
Bundle\FileEntry.cs (2)
54writer.Write((byte)Type); 72public override string ToString() => $"{RelativePath} [{Type}] @{Offset} Sz={Size} CompressedSz={CompressedSize}";
Bundle\Manifest.cs (1)
109switch (entry.Type)