3 references to Assert
System.Runtime.Caching (3)
System\Caching\CacheMemoryMonitor.cs (1)
151
Dbg.
Assert
(SAMPLE_COUNT == 2);
System\Caching\MemoryCacheKeyEqualityComparer.cs (2)
11
Dbg.
Assert
(x != null && x is MemoryCacheKey);
12
Dbg.
Assert
(y != null && y is MemoryCacheKey);