1 write to binaryObject
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryparser.cs (1)
447
binaryObject
= new BinaryObject();
6 references to binaryObject
mscorlib (6)
system\runtime\serialization\formatters\binary\binaryparser.cs (6)
446
if (
binaryObject
== null)
448
binaryObject
.Read(this);
449
binaryObject
.Dump();
451
ObjectMap objectMap = (ObjectMap)ObjectMapIdTable[
binaryObject
.mapId];
453
throw new SerializationException(Environment.GetResourceString("Serialization_Map",
binaryObject
.mapId));
499
pr.PRobjectId = objectReader.GetId((long)
binaryObject
.objectId);