2 writes to topId
mscorlib (2)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
432this.topId = topId; 468topId = GetInt32(headerBytes, 1);
5 references to topId
mscorlib (5)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
443sout.WriteInt32(topId); 486BinaryUtil.NVTraceI("topId (Int32)", topId);
system\runtime\serialization\formatters\binary\binaryparser.cs (3)
388this.topId = (record.topId > 0 ? objectReader.GetId(record.topId) : record.topId);