1 write to Properties
Microsoft.Build (1)
Graph\ProjectInterpretation.cs (1)
350
Properties
= properties;
4 references to Properties
Microsoft.Build (4)
Graph\ProjectInterpretation.cs (4)
318
var newProperties = defaultParts.
Properties
;
357
return
Properties
.Count == 0 && AdditionalProperties.Count == 0 && UndefineProperties.Count == 0;
362
return new GlobalPropertyPartsForMSBuildTask(
Properties
, AdditionalProperties, UndefineProperties.Add(propertyToUndefine));
401
MergeIntoPropertyDictionary(globalProperties, globalPropertyParts.
Properties
);