3 writes to objectId
mscorlib (3)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
1194this.objectId = objectId; 1209objectId = input.ReadInt32();
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
762objectString.objectId = crossAppDomainString.objectId;
3 references to objectId
mscorlib (3)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
1202sout.WriteInt32(objectId); 1225BinaryUtil.NVTraceI("objectId (Int32)", objectId);
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
767prs.PRobjectId = objectReader.GetId(objectString.objectId);