21 references to Add
Microsoft.Build (2)
Definition\Project.cs (1)
4369
ItemsByEvaluatedIncludeCache.
Add
(item.EvaluatedInclude, item);
Instance\ProjectInstance.cs (1)
3299
multiDictionary.
Add
(item.EvaluatedInclude, projectItemToInstanceMap[item]);
Microsoft.Build.Engine.UnitTests (19)
Collections\MultiDictionary_Tests.cs (19)
45
dictionary.
Add
("x", "x1");
46
dictionary.
Add
("x", "x2");
47
dictionary.
Add
("y", "y1");
64
dictionary.
Add
("x", "x1");
65
dictionary.
Add
("x", "x2");
81
dictionary.
Add
("x", "x1");
82
dictionary.
Add
("x", "x2");
83
dictionary.
Add
("y", "y1");
101
dictionary.
Add
("x", "x1");
102
dictionary.
Add
("x", "x2");
103
dictionary.
Add
("y", "y1");
130
dictionary.
Add
("x", "x1");
132
dictionary.
Add
("x", "x1");
133
dictionary.
Add
("x", "x1");
134
dictionary.
Add
("x", "x1");
138
dictionary.
Add
("x", "x2");
157
dictionary.
Add
("x", "x1");
158
dictionary.
Add
("x", "x2");
159
dictionary.
Add
("y", "y1");