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