1 write to PrimaryPropertySets
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
714PrimaryPropertySets ??= new PropertyDictionary<ProjectPropertyInstance>();
9 references to PrimaryPropertySets
Microsoft.Build (9)
BackEnd\Components\RequestBuilder\Lookup.cs (9)
206if (PrimaryPropertySets != null) 208foreach (ProjectPropertyInstance property in PrimaryPropertySets) 357if (PrimaryPropertySets != null) 361SecondaryPropertySets = PrimaryPropertySets; 365SecondaryPropertySets.ImportProperties(PrimaryPropertySets); 402if (PrimaryPropertySets != null) 404SecondaryProperties ??= new PropertyDictionary<ProjectPropertyInstance>(PrimaryPropertySets.Count); 405SecondaryProperties.ImportProperties(PrimaryPropertySets); 715PrimaryPropertySets.Set(property);