3 references to typeNameCache
mscorlib (3)
system\runtime\serialization\formatters\binary\binaryformatter.cs (3)
250lock (typeNameCache) 253if (!typeNameCache.TryGetValue(type, out typeInformation)) 258typeNameCache.Add(type, typeInformation);