2 writes to objectId
mscorlib (2)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
602this.objectId = objectId; 617objectId = input.ReadInt32();
3 references to objectId
mscorlib (3)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
610sout.WriteInt32(objectId); 633BinaryUtil.NVTraceI("objectId (Int32)", objectId);
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
499pr.PRobjectId = objectReader.GetId((long)binaryObject.objectId);