1 write to LocalLibrary
NuGet.DependencyResolver.Core (1)
ResolverUtility.cs (1)
417LocalLibrary = match,
14 references to LocalLibrary
NuGet.Commands (12)
RestoreCommand\CompatibilityChecker.cs (3)
77if (localMatch == null || !IsProjectFrameworkCompatible(localMatch.LocalLibrary)) 82if (localMatch?.LocalLibrary != null) 84available = GetProjectFrameworks(localMatch.LocalLibrary);
RestoreCommand\LockFileBuilder.cs (3)
82if (!string.IsNullOrEmpty(localMatch.LocalLibrary.Path)) 86localMatch.LocalLibrary.Path, 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.DependencyResolver.Core (2)
ResolverUtility.cs (2)
126localMatch.LocalLibrary.Identity, 128localMatch.LocalLibrary.Dependencies);