9 references to _hashSet
System.ServiceModel.Primitives (9)
System\ServiceModel\ServiceChannelManager.cs (9)
354return _hashSet.Count; 369if (_hashSet.Add(channel)) 380foreach (IChannel channel in _hashSet) 385_hashSet.Clear(); 395return _hashSet.Contains(channel); 405_hashSet.CopyTo(array, arrayIndex); 416ret = _hashSet.Remove(channel); 430return _hashSet.GetEnumerator(); 438return _hashSet.GetEnumerator();