1 write to UndefineProperties
Microsoft.Build (1)
Graph\ProjectInterpretation.cs (1)
356
UndefineProperties
= undefineProperties;
5 references to UndefineProperties
Microsoft.Build (5)
Graph\ProjectInterpretation.cs (5)
315
var newUndefineProperties = defaultParts.
UndefineProperties
;
317
newUndefineProperties = newUndefineProperties.AddRange(defaultParts.
UndefineProperties
);
361
return Properties.Count == 0 && AdditionalProperties.Count == 0 &&
UndefineProperties
.Count == 0;
366
return new GlobalPropertyPartsForMSBuildTask(Properties, AdditionalProperties,
UndefineProperties
.Add(propertyToUndefine));
407
RemoveFromPropertyDictionary(globalProperties, globalPropertyParts.
UndefineProperties
);