1 write to BundleMajorVersion
Microsoft.NET.HostModel (1)
Bundle\FileEntry.cs (1)
36
BundleMajorVersion
= bundleMajorVersion;
3 references to BundleMajorVersion
Microsoft.NET.HostModel (3)
Bundle\FileEntry.cs (3)
50
if (
BundleMajorVersion
>= 6)
56
Debug.Assert(writer.BaseStream.Position - start == GetFileEntryLength(
BundleMajorVersion
, RelativePath),
57
$"FileEntry size mismatch. Expected: {GetFileEntryLength(
BundleMajorVersion
, RelativePath)}, Actual: {writer.BaseStream.Position - start}");