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