Implemented interface member:
method
Contains
System.Collections.Generic.ICollection<T>.Contains(T)
1 override of Contains
System (1)
compmod\system\collections\generic\sortedset.cs (1)
1794
public override bool
Contains
(T item) {
13 references to Contains
System (12)
compmod\system\collections\generic\sorteddictionary.cs (1)
178
return _set.
Contains
(new KeyValuePair<TKey, TValue>(key, default(TValue)));
compmod\system\collections\generic\sortedset.cs (11)
191
if (!this.
Contains
(item))
200
if (!(comparer.Compare(item, min) < 0 || comparer.Compare(item, max) > 0) && this.
Contains
(item))
207
if (!this.
Contains
(item)) {
1179
if (this.
Contains
(item)) {
1282
if (this.
Contains
(item)) {
1301
if (this.
Contains
(other[i])) {
1343
if (!prunedOther.
Contains
(item))
1418
if (!pruned.
Contains
(item))
1459
if (!pruned.
Contains
(item))
1544
if (this.
Contains
(item)) {
1799
return base.
Contains
(item);
System.Data.Entity (1)
System\Data\Metadata\Edm\EntityType.cs (1)
360
if (!keys.
Contains
(member.Name))