1 write to PrimaryRemoveTable
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
734
PrimaryRemoveTable
??= new ItemDictionary<ProjectItemInstance>();
6 references to PrimaryRemoveTable
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\Lookup.cs (6)
309
if (
PrimaryRemoveTable
!= null)
313
SecondaryRemoveTable =
PrimaryRemoveTable
;
320
foreach (ProjectItemInstance item in
PrimaryRemoveTable
)
386
if (
PrimaryRemoveTable
!= null)
389
SecondaryTable.RemoveItems(
PrimaryRemoveTable
);
735
PrimaryRemoveTable
.Add(item);