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