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