2 implementations of Overlaps
System (1)
compmod\system\collections\generic\sortedset.cs (1)
1522public bool Overlaps(IEnumerable<T> other) {
System.Core (1)
System\Collections\Generic\HashSet.cs (1)
777public bool Overlaps(IEnumerable<T> other) {