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