3 references to typeNameCache
System.Runtime.Serialization (3)
System\Runtime\Serialization\NetDataContractSerializer.cs (3)
521
object typeInformationObject =
typeNameCache
[type];
527
lock (
typeNameCache
)
529
typeNameCache
[type] = typeInformation;