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