1 override of IntersectWithEnumerable
System (1)
compmod\system\collections\generic\sortedset.cs (1)
1981internal override void IntersectWithEnumerable(IEnumerable<T> other) {
1 reference to IntersectWithEnumerable
System (1)
compmod\system\collections\generic\sortedset.cs (1)
1171IntersectWithEnumerable(other);