13 references to Remove
Microsoft.Build (1)
Definition\Project.cs (1)
4588
ItemsByEvaluatedIncludeCache.
Remove
(item.EvaluatedInclude, item);
Microsoft.Build.Engine.UnitTests (12)
Collections\MultiDictionary_Tests.cs (12)
29
Assert.False(dictionary.
Remove
("x", "y"));
49
Assert.True(dictionary.
Remove
("x", "x1"));
54
Assert.True(dictionary.
Remove
("x", "x2"));
59
Assert.True(dictionary.
Remove
("y", "y1"));
67
Assert.True(dictionary.
Remove
("x", "x2"));
85
Assert.False(dictionary.
Remove
("z", "y1"));
86
Assert.False(dictionary.
Remove
("x", "y1"));
87
Assert.False(dictionary.
Remove
("y", "y2"));
131
dictionary.
Remove
("x", "x1");
135
dictionary.
Remove
("x", "x1");
136
dictionary.
Remove
("x", "x1");
137
dictionary.
Remove
("x", "x1");