3 references to GlobalPropertyPartsForMSBuildTask
Microsoft.Build (3)
Graph\ProjectInterpretation.cs (3)
340
return new
GlobalPropertyPartsForMSBuildTask
(newProperties, defaultParts.AdditionalProperties, newUndefineProperties);
366
return new
GlobalPropertyPartsForMSBuildTask
(Properties, AdditionalProperties, UndefineProperties.Add(propertyToUndefine));
392
var defaultParts = new
GlobalPropertyPartsForMSBuildTask
(properties.ToImmutableDictionary(), additionalProperties.ToImmutableDictionary(), undefineProperties.ToImmutableList());