7 references to Remove
Microsoft.Build (7)
BackEnd\Components\RequestBuilder\Lookup.cs (7)
871if (modificationsToApply[name].Remove) 881if (modificationsToApply[m.Name].Remove) 897if (modificationPair.Value.Remove) 1132var metadataToRemove = new List<string>(_modifications.Keys.Where(m => other[m].Remove)); 1149if (existingModification.Remove || existingModification.NewValue != null) 1193/// <returns>If <see cref="KeepOnlySpecified"/> is true, this will return a modification with <see cref="MetadataModification.Remove"/> 1337/// The new value of the metadata. Only valid when <see cref="Remove"/> is false.