1 write to Dependencies
Microsoft.Build.Tasks.Core (1)
BootstrapperUtil\Product.cs (1)
43Dependencies = new List<List<Product>>();
8 references to Dependencies
Microsoft.Build.Tasks.Core (8)
BootstrapperUtil\BootstrapperBuilder.cs (6)
301foreach (List<Product> productDependency in builder.Product.Dependencies) 687p.Dependencies.Add(foundDependencies); 745if (p.Dependencies.Count == 0) 769p.Dependencies.RemoveAll(m => true); 789foreach (List<Product> dependency in p.Dependencies) 793p.Dependencies.RemoveAll(m => m.Count == 0);
BootstrapperUtil\Product.cs (2)
125foreach (List<Product> d in Dependencies) 183Dependencies.Add(newDependency);