1 write to UndefineProperties
Microsoft.Build (1)
Graph\ProjectInterpretation.cs (1)
394UndefineProperties = undefineProperties;
5 references to UndefineProperties
Microsoft.Build (5)
Graph\ProjectInterpretation.cs (5)
353var newUndefineProperties = defaultParts.UndefineProperties; 355newUndefineProperties = newUndefineProperties.AddRange(defaultParts.UndefineProperties); 399return Properties.Count == 0 && AdditionalProperties.Count == 0 && UndefineProperties.Count == 0; 404return new GlobalPropertyPartsForMSBuildTask(Properties, AdditionalProperties, UndefineProperties.Add(propertyToUndefine)); 445RemoveFromPropertyDictionary(globalProperties, globalPropertyParts.UndefineProperties);