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