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)
354
return (
_packageIdsToInclude
!= null) ?
_packageIdsToInclude
.Contains(packageId) : true;