1 write to CentralTransitiveDependencyGroups
NuGet.ProjectModel (1)
LockFile\Utf8JsonStreamLockFileConverter.cs (1)
178
lockFile.
CentralTransitiveDependencyGroups
= results ?? Array.Empty<CentralTransitiveDependencyGroup>();
7 references to CentralTransitiveDependencyGroups
NuGet.Build.Tasks.Pack (1)
PackTaskLogic.cs (1)
1018
foreach (var centralTDG in assetsFile.
CentralTransitiveDependencyGroups
)
NuGet.Commands (1)
RestoreCommand\LockFileBuilder.cs (1)
509
lockFile.
CentralTransitiveDependencyGroups
.Add(centralEnforcedTransitiveDependencyGroup);
NuGet.ProjectModel (5)
LockFile\LockFile.cs (3)
75
&&
CentralTransitiveDependencyGroups
.OrderedEquals(other.
CentralTransitiveDependencyGroups
, group => group.FrameworkName, StringComparer.OrdinalIgnoreCase);
131
combiner.AddUnorderedSequence(
CentralTransitiveDependencyGroups
);
LockFile\LockFileFormat.cs (2)
224
if (lockFile.
CentralTransitiveDependencyGroups
.Any())
227
WriteCentralTransitiveDependencyGroup(jsonObjectWriter, lockFile.
CentralTransitiveDependencyGroups
);