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