1 write to UndefineProperties
Microsoft.Build (1)
Graph\ProjectInterpretation.cs (1)
352UndefineProperties = undefineProperties;
5 references to UndefineProperties
Microsoft.Build (5)
Graph\ProjectInterpretation.cs (5)
311var newUndefineProperties = defaultParts.UndefineProperties; 313newUndefineProperties = newUndefineProperties.AddRange(defaultParts.UndefineProperties); 357return Properties.Count == 0 && AdditionalProperties.Count == 0 && UndefineProperties.Count == 0; 362return new GlobalPropertyPartsForMSBuildTask(Properties, AdditionalProperties, UndefineProperties.Add(propertyToUndefine)); 403RemoveFromPropertyDictionary(globalProperties, globalPropertyParts.UndefineProperties);