1 write to PrimaryRemoveTable
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
749
PrimaryRemoveTable
??= new ItemDictionary<ProjectItemInstance>();
6 references to PrimaryRemoveTable
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\Lookup.cs (6)
305
if (
PrimaryRemoveTable
!= null)
309
SecondaryRemoveTable =
PrimaryRemoveTable
;
316
foreach (ProjectItemInstance item in
PrimaryRemoveTable
)
382
if (
PrimaryRemoveTable
!= null)
385
SecondaryTable.RemoveItems(
PrimaryRemoveTable
);
750
PrimaryRemoveTable
.Add(item);