1 write to PrimaryPropertySets
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
632PrimaryPropertySets ??= new PropertyDictionary<ProjectPropertyInstance>();
9 references to PrimaryPropertySets
Microsoft.Build (9)
BackEnd\Components\RequestBuilder\Lookup.cs (9)
203if (PrimaryPropertySets != null) 205foreach (ProjectPropertyInstance property in PrimaryPropertySets) 359if (PrimaryPropertySets != null) 363SecondaryPropertySets = PrimaryPropertySets; 367SecondaryPropertySets.ImportProperties(PrimaryPropertySets); 401if (PrimaryPropertySets != null) 403SecondaryProperties ??= new PropertyDictionary<ProjectPropertyInstance>(PrimaryPropertySets.Count); 404SecondaryProperties.ImportProperties(PrimaryPropertySets); 633PrimaryPropertySets.Set(property);