2 writes to objectType
mscorlib (2)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (2)
533
this.
objectType
= objectType;
556
this.
objectType
= objectType;
23 references to objectType
mscorlib (23)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (1)
2145
objectInfo.GetMemberTypes(memberNames, objectInfo.
objectType
); // Check version match
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (20)
509
SerTrace.Log( this, objectInfoId," objectType ",
objectType
," ObjectEnd");
620
SerTrace.Log( this,objectInfoId," ",
objectType
," InitMemberInfo new cache");
621
cache = new SerObjectInfoCache(
objectType
);
627
SerTrace.Log( this,objectInfoId," ",
objectType
," InitMemberInfo Entry");
629
SerTrace.Log( this,objectInfoId," ",
objectType
," InitMemberInfo new cache");
630
cache = new SerObjectInfoCache(
objectType
);
631
cache.memberInfos = FormatterServices.GetSerializableMembers(
objectType
, context);
646
SerTrace.Log( this,objectInfoId," ",
objectType
," InitMemberInfo Exit");
652
SerTrace.Log( this,objectInfoId," ",
objectType
," GetMemberInfo Entry ",name);
656
throw new SerializationException(Environment.GetResourceString("Serialization_MemberInfo",
objectType
+" "+name));
658
throw new SerializationException(Environment.GetResourceString("Serialization_NoMemberInfo",
objectType
+" "+name));
669
SerTrace.Log( this,objectInfoId," ",
objectType
," GetType Entry ",name);
681
throw new SerializationException(Environment.GetResourceString("Serialization_ISerializableTypes",
objectType
+" "+name));
683
SerTrace.Log( this,objectInfoId," ",
objectType
," GetType Exit ",type);
691
SerTrace.Log( this,objectInfoId," ",
objectType
," AddValue ",name," ",value," isSi ",isSi);
712
si = new SerializationInfo(
objectType
, formatterConverter);
728
SerTrace.Log( this,objectInfoId," ",
objectType
, " RecordFixup RecordDelayedFixup objectId ",objectId," name ",name," idRef ",idRef," isSi ",isSi);
733
SerTrace.Log( this,objectInfoId," ",
objectType
," RecordFixup objectId ",objectId," name ",name," idRef ",idRef," isSi ",isSi);
744
SerTrace.Log( this,objectInfoId," ",
objectType
," PopulateObjectMembers isSi ",isSi);
758
SerTrace.Log( this,objectInfoId," ",
objectType
," PopulateObjectMembers ",memberInfos[i].Name," ",memberData[i]);
system\runtime\serialization\formatters\binary\binaryobjectreader.cs (2)
1101
if ((pr.PRobjectInfo != null) && ((object)pr.PRobjectInfo.
objectType
!= null) && (pr.PRobjectInfo.
objectType
.IsValueType))