7 references to Remove
Microsoft.Build (7)
BackEnd\Components\RequestBuilder\Lookup.cs (7)
871
if (modificationsToApply[name].
Remove
)
881
if (modificationsToApply[m.Name].
Remove
)
897
if (modificationPair.Value.
Remove
)
1132
var metadataToRemove = new List<string>(_modifications.Keys.Where(m => other[m].
Remove
));
1149
if (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.