Home
last modified time | relevance | path

Searched refs:SecondaryRemoveTable (Results 1 – 2 of 2) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Components/RequestBuilder/
H A DLookup.cs180 private ItemDictionary<ProjectItemInstance> SecondaryRemoveTable property in Microsoft.Build.BackEnd.Lookup
335 if (SecondaryRemoveTable == null) in MergeScopeIntoNotLastScope()
337 SecondaryRemoveTable = PrimaryRemoveTable; in MergeScopeIntoNotLastScope()
346 if (!SecondaryRemoveTable.Contains(item)) in MergeScopeIntoNotLastScope()
348 SecondaryRemoveTable.Add(item); in MergeScopeIntoNotLastScope()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/ItemsAndProperties/
H A DLookup.cs210 private Hashtable SecondaryRemoveTable property in Microsoft.Build.BuildEngine.Lookup
351 if (SecondaryRemoveTable == null) in MergeScopeIntoNotLastScope()
353 SecondaryRemoveTable = PrimaryRemoveTable; in MergeScopeIntoNotLastScope()
359 … ImportItemsIntoTable(SecondaryRemoveTable, (string)entry.Key, (BuildItemGroup)entry.Value); in MergeScopeIntoNotLastScope()