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