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