2 writes to UnfoundCount
System.Collections (2)
System\Collections\Generic\SortedSet.cs (2)
1381result.UnfoundCount = numElementsInOther; 1421result.UnfoundCount = UnfoundCount;
4 references to UnfoundCount
System.Collections (4)
System\Collections\Generic\SortedSet.cs (4)
1190return result.UniqueCount == Count && result.UnfoundCount >= 0; 1226return result.UniqueCount == Count && result.UnfoundCount > 0; 1285return result.UniqueCount < Count && result.UnfoundCount == 0; 1313return result.UniqueCount == Count && result.UnfoundCount == 0;