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)
31 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 (15)
RestoreCommand\Utility\LockFileUtils.cs (11)
96var contentItems = cache.GetContentItems(library, package);
201ContentItemCollection contentItems,
288ContentItemCollection contentItems)
334private static void AddContentFiles(ManagedCodeConventions managedCodeConventions, LockFileTargetLibrary lockFileLib, NuGetFramework framework, ContentItemCollection contentItems, NuspecReader nuspec)
364ContentItemCollection contentItems)
460private static void ApplyLibContract(LocalPackageInfo package, LockFileTargetLibrary lockFileLib, NuGetFramework framework, ContentItemCollection contentItems)
579var contentItems = new ContentItemCollection();
702ContentItemCollection items,
754ContentItemCollection items,
767private static IList<LockFileItem> GetAnalyzerLockFileItems(ContentItemCollection contentItems, ManagedCodeConventions managedCodeConventions)
1081ContentItemCollection contentItems,
NuGet.Packaging (5)