13 references to Items
NuGet.Commands (9)
RestoreCommand\CompatibilityChecker.cs (2)
290if (localLibrary.Items.TryGetValue( 303if (library.Items.TryGetValue(
RestoreCommand\LockFileBuilder.cs (1)
92if (localMatch.LocalLibrary.Items.TryGetValue(KnownLibraryProperties.MSBuildProjectPath, out msbuildPath))
RestoreCommand\Logging\TransitiveNoWarnUtils.cs (1)
311return (PackageSpec)localMatch.LocalLibrary.Items[KnownLibraryProperties.PackageSpec];
RestoreCommand\Utility\LockFileUtils.cs (5)
501if (localMatch.LocalLibrary.Items.TryGetValue( 535if (localMatch.LocalLibrary.Items.TryGetValue(KnownLibraryProperties.MSBuildProjectPath, out object msbuildPath)) 551if (localMatch.LocalLibrary.Items.TryGetValue(KnownLibraryProperties.ProjectRestoreMetadataFiles, out object filesObject)) 619if (localMatch.LocalLibrary.Items.TryGetValue( 628if (localMatch.LocalLibrary.Items.TryGetValue(
NuGet.LibraryModel (4)
Library.cs (2)
36get { return Items[key]; } 41Items[key] = value;
LibraryExtensions.cs (2)
22if (library.Items.TryGetValue(key, out value)) 32if (library.Items.TryGetValue(key, out value))