1 write to objectId
mscorlib (1)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (1)
1251objectId = input.ReadInt32();
3 references to objectId
mscorlib (3)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
1244sout.WriteInt32(objectId); 1267BinaryUtil.NVTraceI("objectId (Int32)", objectId);
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
762objectString.objectId = crossAppDomainString.objectId;