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