1 write to PrimaryPropertySets
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
633PrimaryPropertySets ??= new PropertyDictionary<ProjectPropertyInstance>();
9 references to PrimaryPropertySets
Microsoft.Build (9)
BackEnd\Components\RequestBuilder\Lookup.cs (9)
204if (PrimaryPropertySets != null) 206foreach (ProjectPropertyInstance property in PrimaryPropertySets) 360if (PrimaryPropertySets != null) 364SecondaryPropertySets = PrimaryPropertySets; 368SecondaryPropertySets.ImportProperties(PrimaryPropertySets); 402if (PrimaryPropertySets != null) 404SecondaryProperties ??= new PropertyDictionary<ProjectPropertyInstance>(PrimaryPropertySets.Count); 405SecondaryProperties.ImportProperties(PrimaryPropertySets); 634PrimaryPropertySets.Set(property);