1 write to _packageIdsToInclude
Microsoft.DotNet.Build.Tasks.Packaging (1)
UpdatePackageIndex.cs (1)
97_packageIdsToInclude = new HashSet<string>(PackageIds.Select(i => i.ItemSpec), StringComparer.OrdinalIgnoreCase);
2 references to _packageIdsToInclude
Microsoft.DotNet.Build.Tasks.Packaging (2)
UpdatePackageIndex.cs (2)
354return (_packageIdsToInclude != null) ? _packageIdsToInclude.Contains(packageId) : true;