1 write to PrimaryRemoveTable
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
735
PrimaryRemoveTable
??= new ItemDictionary<ProjectItemInstance>();
6 references to PrimaryRemoveTable
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\Lookup.cs (6)
310
if (
PrimaryRemoveTable
!= null)
314
SecondaryRemoveTable =
PrimaryRemoveTable
;
321
foreach (ProjectItemInstance item in
PrimaryRemoveTable
)
387
if (
PrimaryRemoveTable
!= null)
390
SecondaryTable.RemoveItems(
PrimaryRemoveTable
);
736
PrimaryRemoveTable
.Add(item);