1 write to UndefineProperties
Microsoft.Build (1)
Graph\ProjectInterpretation.cs (1)
360UndefineProperties = undefineProperties;
5 references to UndefineProperties
Microsoft.Build (5)
Graph\ProjectInterpretation.cs (5)
319var newUndefineProperties = defaultParts.UndefineProperties; 321newUndefineProperties = newUndefineProperties.AddRange(defaultParts.UndefineProperties); 365return Properties.Count == 0 && AdditionalProperties.Count == 0 && UndefineProperties.Count == 0; 370return new GlobalPropertyPartsForMSBuildTask(Properties, AdditionalProperties, UndefineProperties.Add(propertyToUndefine)); 411RemoveFromPropertyDictionary(globalProperties, globalPropertyParts.UndefineProperties);