2 writes to unfoundCount
System.Core (2)
System\Collections\Generic\HashSet.cs (2)
1397result.unfoundCount = numElementsInOther; 1440result.unfoundCount = unfoundCount;
4 references to unfoundCount
System.Core (4)
System\Collections\Generic\HashSet.cs (4)
631return (result.uniqueCount == m_count && result.unfoundCount >= 0); 675return (result.uniqueCount == m_count && result.unfoundCount > 0); 768return (result.uniqueCount < m_count && result.unfoundCount == 0); 829return (result.uniqueCount == m_count && result.unfoundCount == 0);