4 references to _table
Microsoft.Build.Tasks.Core (4)
BootstrapperUtil\ProductCollection.cs (4)
30if (!_table.ContainsKey(product.ProductCode)) 33_table.Add(product.ProductCode, product); 58_table.TryGetValue(productCode, out Product product); 70_table.Clear();