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