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