1 write to objectInfoId
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (1)
447objectInfo.objectInfoId = serObjectInfoInit.objectInfoIdCount++;
22 references to objectInfoId
mscorlib (22)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (22)
78SerTrace.Log( this, objectInfoId," objectType ",objectType," ObjectEnd"); 84SerTrace.Log( this, objectInfoId," objectType ",objectType," InternalInit"); 118SerTrace.Log( this, objectInfoId," Constructor 1 ",obj); 140SerTrace.Log( this, objectInfoId," Constructor 1 trace 2"); 145SerTrace.Log( this, objectInfoId," Constructor 1 trace 3"); 161SerTrace.Log( this, objectInfoId," Constructor 1 trace 4 ISerializable "+objectType); 167SerTrace.Log(this, objectInfoId," Constructor 1 trace 5"); 178SerTrace.Log( this, objectInfoId," Constructor 1 memberInfos data ",cache.memberInfos[i].Name," ",memberData[i]); 196SerTrace.Log( this, objectInfoId," Constructor 2 ",objectType); 241SerTrace.Log( this,objectInfoId," ", objectType," InitSerialize Exit ",isSi); 247SerTrace.Log( this, objectInfoId," InitSiWrite Entry "); 294SerTrace.Log( this,objectInfoId+" ",objectType," InitSiWrite ",cache.memberNames[i]," Type ",cache.memberTypes[i]," data ",memberData[i]); 300SerTrace.Log(this, objectInfoId," InitSiWrite Exit "); 328SerTrace.Log( this,objectInfoId," ", objectType," InitMemberInfo new cache"); 337SerTrace.Log( this,objectInfoId," ", objectType," InitMemberInfo Entry"); 343SerTrace.Log( this,objectInfoId," ", objectType," InitMemberInfo new cache"); 356SerTrace.Log( this, objectInfoId," InitMemberInfo name ",cache.memberNames[i],", type ",cache.memberTypes[i],", memberInfoType ",cache.memberInfos[i].GetType()); 369SerTrace.Log( this,objectInfoId," ", objectType," InitMemberInfo Exit"); 378SerTrace.Log( this,objectInfoId," ", objectType," GetTypeFullName isSi ",isSi, " "+cache.fullTypeName); 384SerTrace.Log( this,objectInfoId," ", objectType," GetAssemblyString Entry isSi ",isSi, " ",cache.assemblyString); 406SerTrace.Log( this, objectInfoId," ", "GetMemberType FieldInfo ",objectType); 411SerTrace.Log( this,objectInfoId," ", "GetMemberType PropertyInfo ",objectType);