1 write to DependencyType
NuGet.Commands (1)
RestoreCommand\Utility\IncludeFlagUtils.cs (1)
243
DependencyType
= dependencyType;
5 references to DependencyType
NuGet.Commands (5)
RestoreCommand\Utility\IncludeFlagUtils.cs (5)
137
if ((node.
DependencyType
& currentTypes) == node.
DependencyType
)
145
result[rootId] = (currentTypes | node.
DependencyType
);
150
result.Add(rootId, node.
DependencyType
);
169
(node.
DependencyType