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