2 references to RealTypeSerializationName
mscorlib (2)
system\runtime\serialization\safeserializationmanager.cs (2)
297RuntimeType realType = info.GetValueNoThrow(RealTypeSerializationName, typeof(RuntimeType)) as RuntimeType; 346info.AddValue(RealTypeSerializationName, serializedObject.GetType(), typeof(RuntimeType));