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)
182var flattenedFlags = IncludeFlagUtils.FlattenDependencyTypes(_includeFlagGraphs, project, targetGraph); 548Dictionary<string, LibraryIncludeFlags> dependenciesIncludeFlags = _includeFlagGraphs[targetGraph];