10 references to Assert
mscorlib (10)
system\Collections\Concurrent\ConcurrentDictionary.cs (10)
448Assert((prev == null && curr == tables.m_buckets[bucketNo]) || prev.m_next == curr); 574Assert((prev == null && node == tables.m_buckets[bucketNo]) || prev.m_next == node); 850Assert((prev == null && node == tables.m_buckets[bucketNo]) || prev.m_next == node); 1838Assert(newLength % 2 != 0); 1945Assert(bucketNo >= 0 && bucketNo < bucketCount); 1946Assert(lockNo >= 0 && lockNo < lockCount); 1978Assert(locksAcquired == m_tables.m_locks.Length); 1988Assert(fromInclusive <= toExclusive); 2019Assert(fromInclusive <= toExclusive); 2117Assert(key != null);