1 instantiation of Manifest
Microsoft.NET.HostModel (1)
Bundle\Bundler.cs (1)
73
BundleManifest = new
Manifest
(_target.BundleMajorVersion, netcoreapp3CompatMode: options.HasFlag(BundleOptions.BundleAllContent));
2 references to Manifest
Microsoft.NET.HostModel (2)
Bundle\Bundler.cs (2)
30
public readonly
Manifest
BundleManifest;
327
var bundleManifestLength =
Manifest
.GetManifestLength(BundleManifest.BundleMajorVersion, relativePathToSpec.Select(x => x.Spec.BundleRelativePath));