6 references to Remove
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\Lookup.cs (6)
929if (modificationsToApply[m.Key].Remove) 939if (modificationPair.Value.Remove) 1174var metadataToRemove = new List<string>(_modifications.Keys.Where(m => other[m].Remove)); 1191if (existingModification.Remove || existingModification.NewValue != null) 1235/// <returns>If <see cref="KeepOnlySpecified"/> is true, this will return a modification with <see cref="MetadataModification.Remove"/> 1379/// The new value of the metadata. Only valid when <see cref="Remove"/> is false.