3 references to _includeFlagGraphs
NuGet.Commands (3)
RestoreCommand\RestoreCommand.cs (3)
303
_includeFlagGraphs
,
514
Dictionary<string, LibraryIncludeFlags> flattenedFlags = IncludeFlagUtils.FlattenDependencyTypes(
_includeFlagGraphs
, project, graph);
1798
var lockFile = new LockFileBuilder(lockFileVersion, _logger,
_includeFlagGraphs
)