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