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)
192Add(item); 1285this.Add(item); 1304this.Add(other[i]); 2044underlying.Add(items[i]); 2116Add(items[i]);
System.Data.Entity (5)
System\Data\Mapping\Update\Internal\Graph.cs (2)
155rootsPriorityQueue.Add(vertex); 180rootsPriorityQueue.Add(to);
System\Data\Metadata\Edm\EntityType.cs (3)
334navProps.Add(navProperty.Name + "*" + 349keys.Add(member); 362scalars.Add(member.Name + "*");