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)
303foreach (List<Product> productDependency in builder.Product.Dependencies) 689p.Dependencies.Add(foundDependencies); 747if (p.Dependencies.Count == 0) 771p.Dependencies.RemoveAll(m => true); 791foreach (List<Product> dependency in p.Dependencies) 795p.Dependencies.RemoveAll(m => m.Count == 0);
BootstrapperUtil\Product.cs (2)
125foreach (List<Product> d in Dependencies) 183Dependencies.Add(newDependency);