1 write to SecondaryModifyTable
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
336
SecondaryModifyTable
= PrimaryModifyTable;
3 references to SecondaryModifyTable
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\Lookup.cs (3)
334
if (
SecondaryModifyTable
== null)
343
if (
SecondaryModifyTable
.TryGetValue(entry.Key, out modifiesOfType))
353
SecondaryModifyTable
.Add(entry.Key, entry.Value);