5 writes to objectId
mscorlib (5)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (5)
1641this.objectId = objectId; 1712objectId = input.ReadInt32(); 1722objectId = input.ReadInt32(); 1732objectId = input.ReadInt32(); 1742objectId = input.ReadInt32();
6 references to objectId
mscorlib (6)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (4)
1671sout.WriteInt32(objectId); 1677sout.WriteInt32(objectId); 1682sout.WriteInt32(objectId); 1687sout.WriteInt32(objectId);
system\runtime\serialization\formatters\binary\binaryparser.cs (2)
903if ((objectOp == null) || (record.objectId > 0)) 936pr.PRobjectId = objectReader.GetId((long)record.objectId);