1 write to _includeFlagGraphs
NuGet.Commands (1)
RestoreCommand\LockFileBuilder.cs (1)
36
_includeFlagGraphs
= includeFlagGraphs;
2 references to _includeFlagGraphs
NuGet.Commands (2)
RestoreCommand\LockFileBuilder.cs (2)
182
var flattenedFlags = IncludeFlagUtils.FlattenDependencyTypes(
_includeFlagGraphs
, project, targetGraph);
548
Dictionary<string, LibraryIncludeFlags> dependenciesIncludeFlags =
_includeFlagGraphs
[targetGraph];