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