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