5 references to _packageDestinations
Microsoft.DotNet.Build.Tasks.Packaging (5)
GetPackageDestination.cs (5)
125if (_packageDestinations.Count == 0) 131PackageDestinations = _packageDestinations.ToArray(); 148_packageDestinations.Add(CreatePackageDestination(path.ToString(), fx)); 155_packageDestinations.Add(CreatePackageDestination($"lib/{fx}", fx)); 160_packageDestinations.Add(CreatePackageDestination($"ref/{fx}", fx));