1 write to Properties
Microsoft.Build (1)
Graph\ProjectInterpretation.cs (1)
354
Properties
= properties;
4 references to Properties
Microsoft.Build (4)
Graph\ProjectInterpretation.cs (4)
322
var newProperties = defaultParts.
Properties
;
361
return
Properties
.Count == 0 && AdditionalProperties.Count == 0 && UndefineProperties.Count == 0;
366
return new GlobalPropertyPartsForMSBuildTask(
Properties
, AdditionalProperties, UndefineProperties.Add(propertyToUndefine));
405
MergeIntoPropertyDictionary(globalProperties, globalPropertyParts.
Properties
);