1 write to _options
Microsoft.NET.HostModel (1)
Bundle\Bundler.cs (1)
74_options = _target.DefaultOptions | options;
5 references to _options
Microsoft.NET.HostModel (5)
Bundle\Bundler.cs (5)
80if (!_options.HasFlag(BundleOptions.EnableCompression)) 168return !_options.HasFlag(BundleOptions.BundleNativeBinaries) || _target.ShouldExclude(relativePath); 171return !_options.HasFlag(BundleOptions.BundleSymbolFiles); 174return !_options.HasFlag(BundleOptions.BundleOtherFiles); 293_tracer.Log($"Bundler Options: {_options}");