16 references to Load
dotnet (1)
ToolPackage\ToolPackageDownloader.cs (1)
167collection.Load(package.Files);
Microsoft.DotNet.Build.Tasks.Packaging (2)
NuGetAssetResolver.cs (2)
35_sourceItems.Load(packageItems); 182_packages[packageId].Load(packageItems);
Microsoft.DotNet.Build.Tasks.TargetFramework (1)
TargetFrameworkResolver.cs (1)
57contentCollection.Load(frameworks.Select(f => f + '/').ToArray());
Microsoft.DotNet.PackageTesting (1)
Package.cs (1)
24packageAssets.Load(packageAssetPaths);
Microsoft.DotNet.PackageValidation (2)
Package.cs (1)
95_contentItemCollection.Load(packageAssets);
Validators\CompatibleFrameworkInPackageValidator.cs (1)
58contentItemCollection.Load(compileAssetsQueue.SelectMany(a => a.Item2).Select(a => a.Path));
NuGet.Commands (5)
RestoreCommand\CompatibilityChecker.cs (1)
245contentItems.Load(compatibilityData.Files);
RestoreCommand\LockFileBuilderCache.cs (2)
94collection.Load(package.Files); 99collection.Load(library.Files);
RestoreCommand\Utility\LockFileUtils.cs (2)
574contentItems.Load(fileLookup.Keys); 597contentItems.Load([libAnyPath]);
NuGet.Packaging (4)
PackageCreation\Authoring\PackageBuilder.cs (1)
731collection.Load(set.Select(path => path.Replace('\\', '/')).ToArray());
Rules\AccidentallyCompatibleWithAllFrameworksRule.cs (1)
36collection.Load(files);
Rules\DependenciesGroupsForEachTFMRule.cs (1)
65collection.Load(files);
Rules\InvalidUndottedFrameworkRule.cs (1)
200collection.Load(set.Select(path => path.Replace('\\', '/')).ToArray());