2 writes to objectId
mscorlib (2)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
1387
this.
objectId
= objectId;
1416
objectId
= input.ReadInt32();
5 references to objectId
mscorlib (5)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
1404
sout.WriteInt32(
objectId
);
1445
BinaryUtil.NVTraceI("objectId (Int32)",
objectId
);
system\runtime\serialization\formatters\binary\binaryparser.cs (3)
586
ObjectMap objectMap = ObjectMap.Create(record.name, objectType, record.memberNames, objectReader, record.
objectId
, assemblyInfo);
587
ObjectMapIdTable[record.
objectId
] = objectMap;
630
pr.PRobjectId = objectReader.GetId((long)record.
objectId
);