1 write to PrimaryPropertySets
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
647PrimaryPropertySets ??= new PropertyDictionary<ProjectPropertyInstance>();
9 references to PrimaryPropertySets
Microsoft.Build (9)
BackEnd\Components\RequestBuilder\Lookup.cs (9)
199if (PrimaryPropertySets != null) 201foreach (ProjectPropertyInstance property in PrimaryPropertySets) 355if (PrimaryPropertySets != null) 359SecondaryPropertySets = PrimaryPropertySets; 363SecondaryPropertySets.ImportProperties(PrimaryPropertySets); 397if (PrimaryPropertySets != null) 399SecondaryProperties ??= new PropertyDictionary<ProjectPropertyInstance>(PrimaryPropertySets.Count); 400SecondaryProperties.ImportProperties(PrimaryPropertySets); 648PrimaryPropertySets.Set(property);