1 write to BundleManifest
Microsoft.NET.HostModel (1)
Bundle\Bundler.cs (1)
73
BundleManifest
= new Manifest(_target.BundleMajorVersion, netcoreapp3CompatMode: options.HasFlag(BundleOptions.BundleAllContent));
4 references to BundleManifest
Microsoft.NET.HostModel (4)
Bundle\Bundler.cs (4)
291
_tracer.Log($"Bundle Version: {
BundleManifest
.BundleVersion}");
327
var bundleManifestLength = Manifest.GetManifestLength(
BundleManifest
.BundleMajorVersion, relativePathToSpec.Select(x => x.Spec.BundleRelativePath));
369
FileEntry entry =
BundleManifest
.AddEntry(targetType, file, relativePath, startOffset, compressedSize, _target.BundleMajorVersion);
378
headerOffset =
BundleManifest
.Write(writer);