2 writes to UnfoundCount
System.Collections (2)
System\Collections\Generic\SortedSet.cs (2)
1384result.UnfoundCount = numElementsInOther; 1424result.UnfoundCount = UnfoundCount;
4 references to UnfoundCount
System.Collections (4)
System\Collections\Generic\SortedSet.cs (4)
1193return result.UniqueCount == Count && result.UnfoundCount >= 0; 1229return result.UniqueCount == Count && result.UnfoundCount > 0; 1288return result.UniqueCount < Count && result.UnfoundCount == 0; 1316return result.UniqueCount == Count && result.UnfoundCount == 0;