2 references to FlattenDependencyTypes
NuGet.Commands (2)
RestoreCommand\LockFileBuilder.cs (1)
182
var flattenedFlags = IncludeFlagUtils.
FlattenDependencyTypes
(_includeFlagGraphs, project, targetGraph);
RestoreCommand\RestoreCommand.cs (1)
1771
var includeFlags = IncludeFlagUtils.
FlattenDependencyTypes
(includeFlagGraphs, project, graph);