6 references to Remove
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\Lookup.cs (6)
849List<string> metadataToRemove = new List<string>(itemToModify.Metadata.Where(m => modificationsToApply[m.Name].Remove).Select(m => m.Name)); 859if (modificationPair.Value.Remove) 1095var metadataToRemove = new List<string>(_modifications.Keys.Where(m => other[m].Remove)); 1112if (existingModification.Remove || existingModification.NewValue != null) 1156/// <returns>If <see cref="KeepOnlySpecified"/> is true, this will return a modification with <see cref="MetadataModification.Remove"/> 1300/// The new value of the metadata. Only valid when <see cref="Remove"/> is false.