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