Implemented interface member:
method
Add
System.Collections.Generic.ISet<T>.Add(T)
14 references to Add
System (9)
compmod\system\collections\generic\sorteddictionary.cs (4)
39
_set.
Add
(pair);
48
_set.
Add
(keyValuePair);
104
_set.
Add
(new KeyValuePair<TKey, TValue>(key, value));
166
_set.
Add
(new KeyValuePair<TKey, TValue>(key, value));
compmod\system\collections\generic\sortedset.cs (5)
192
Add
(item);
1285
this.
Add
(item);
1304
this.
Add
(other[i]);
2044
underlying.
Add
(items[i]);
2116
Add
(items[i]);
System.Data.Entity (5)
System\Data\Mapping\Update\Internal\Graph.cs (2)
155
rootsPriorityQueue.
Add
(vertex);
180
rootsPriorityQueue.
Add
(to);
System\Data\Metadata\Edm\EntityType.cs (3)
334
navProps.
Add
(navProperty.Name + "*" +
349
keys.
Add
(member);
362
scalars.
Add
(member.Name + "*");