9 references to hashSet
System.ServiceModel (9)
System\ServiceModel\ServiceChannelManager.cs (9)
431
return this.
hashSet
.Count;
449
if (this.
hashSet
.Add(channel))
460
foreach (IChannel channel in this.
hashSet
)
462
this.
hashSet
.Clear();
472
return this.
hashSet
.Contains(channel);
482
this.
hashSet
.CopyTo(array, arrayIndex);
493
ret = this.
hashSet
.Remove(channel);
507
return this.
hashSet
.GetEnumerator();
515
return this.
hashSet
.GetEnumerator();