1 write to SecondaryModifyTable
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
333
SecondaryModifyTable
= PrimaryModifyTable;
3 references to SecondaryModifyTable
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\Lookup.cs (3)
331
if (
SecondaryModifyTable
== null)
340
if (
SecondaryModifyTable
.TryGetValue(entry.Key, out modifiesOfType))
350
SecondaryModifyTable
.Add(entry.Key, entry.Value);