1 write to IsCentrallyPinnedTransitivePackage
NuGet.Commands (1)
RestoreCommand\DependencyGraphResolver.cs (1)
1385IsCentrallyPinnedTransitivePackage = isCentrallyPinnedTransitiveDependency,
4 references to IsCentrallyPinnedTransitivePackage
NuGet.Commands (4)
RestoreCommand\DependencyGraphResolver.cs (3)
1000IsCentrallyPinnedTransitivePackage = currentDependencyGraphItem.IsCentrallyPinnedTransitivePackage, 1144IsCentrallyPinnedTransitivePackage = currentDependencyGraphItem.IsCentrallyPinnedTransitivePackage, 1326|| (!currentDependencyGraphItem.IsCentrallyPinnedTransitivePackage && suppressions!.Contains(childLibraryDependencyIndex))
RestoreCommand\DependencyGraphResolver.ResolvedDependencyGraphItem.cs (1)
53else if (dependencyGraphItem.IsCentrallyPinnedTransitivePackage && !dependencyGraphItem.IsRootPackageReference)