5 references to _packageDestinations
Microsoft.DotNet.Build.Tasks.Packaging (5)
GetPackageDestination.cs (5)
124if (_packageDestinations.Count == 0) 130PackageDestinations = _packageDestinations.ToArray(); 147_packageDestinations.Add(CreatePackageDestination(path.ToString(), fx)); 154_packageDestinations.Add(CreatePackageDestination($"lib/{fx}", fx)); 159_packageDestinations.Add(CreatePackageDestination($"ref/{fx}", fx));