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