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