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