14 instantiations of ContentItemCollection
dotnet (1)
Microsoft.DotNet.Build.Tasks.Packaging (2)
Microsoft.DotNet.Build.Tasks.TargetFramework (1)
Microsoft.DotNet.PackageTesting (1)
Microsoft.DotNet.PackageValidation (2)
NuGet.Commands (3)
NuGet.Packaging (4)
30 references to ContentItemCollection
dotnet (4)
Microsoft.DotNet.Build.Tasks.Packaging (3)
Microsoft.DotNet.Build.Tasks.TargetFramework (1)
Microsoft.DotNet.PackageTesting (1)
Microsoft.DotNet.PackageValidation (2)
NuGet.Commands (14)
RestoreCommand\Utility\LockFileUtils.cs (10)
84var contentItems = cache.GetContentItems(library, package);
178ContentItemCollection contentItems,
258ContentItemCollection contentItems)
304private static void AddContentFiles(ManagedCodeConventions managedCodeConventions, LockFileTargetLibrary lockFileLib, NuGetFramework framework, ContentItemCollection contentItems, NuspecReader nuspec)
334ContentItemCollection contentItems)
430private static void ApplyLibContract(LocalPackageInfo package, LockFileTargetLibrary lockFileLib, NuGetFramework framework, ContentItemCollection contentItems)
549var contentItems = new ContentItemCollection();
672ContentItemCollection items,
724ContentItemCollection items,
946ContentItemCollection contentItems,
NuGet.Packaging (5)