4 references to cache
mscorlib (4)
system\runtime\serialization\serializationeventscache.cs (4)
190if ((events = (SerializationEvents)cache[t]) == null) 192lock(cache.SyncRoot) 194if ((events = (SerializationEvents)cache[t]) == null) 197cache[t] = events; // Add this to the cache.