1 write to objectId
mscorlib (1)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (1)
1251
objectId
= input.ReadInt32();
3 references to objectId
mscorlib (3)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
1244
sout.WriteInt32(
objectId
);
1267
BinaryUtil.NVTraceI("objectId (Int32)",
objectId
);
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
762
objectString.objectId = crossAppDomainString.
objectId
;