3 references to FlattenDependencyTypes
NuGet.Commands (3)
RestoreCommand\LockFileBuilder.cs (1)
187
var flattenedFlags = IncludeFlagUtils.
FlattenDependencyTypes
(_includeFlagGraphs, project, targetGraph);
RestoreCommand\RestoreCommand.cs (2)
514
Dictionary<string, LibraryIncludeFlags> flattenedFlags = IncludeFlagUtils.
FlattenDependencyTypes
(_includeFlagGraphs, project, graph);
1985
var includeFlags = IncludeFlagUtils.
FlattenDependencyTypes
(includeFlagGraphs, project, graph);