Searched refs:SecondaryRemoveTable (Results 1 – 2 of 2) sorted by relevance
180 private ItemDictionary<ProjectItemInstance> SecondaryRemoveTable property in Microsoft.Build.BackEnd.Lookup335 if (SecondaryRemoveTable == null) in MergeScopeIntoNotLastScope()337 SecondaryRemoveTable = PrimaryRemoveTable; in MergeScopeIntoNotLastScope()346 if (!SecondaryRemoveTable.Contains(item)) in MergeScopeIntoNotLastScope()348 SecondaryRemoveTable.Add(item); in MergeScopeIntoNotLastScope()
210 private Hashtable SecondaryRemoveTable property in Microsoft.Build.BuildEngine.Lookup351 if (SecondaryRemoveTable == null) in MergeScopeIntoNotLastScope()353 SecondaryRemoveTable = PrimaryRemoveTable; in MergeScopeIntoNotLastScope()359 … ImportItemsIntoTable(SecondaryRemoveTable, (string)entry.Key, (BuildItemGroup)entry.Value); in MergeScopeIntoNotLastScope()