2 writes to headerId
mscorlib (2)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
433
this.
headerId
= headerId;
469
headerId
= GetInt32(headerBytes, 5);
5 references to headerId
mscorlib (5)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
444
sout.WriteInt32(
headerId
);
487
BinaryUtil.NVTraceI("headerId (Int32)",
headerId
);
system\runtime\serialization\formatters\binary\binaryparser.cs (3)
389
this.headerId = (record.
headerId
> 0 ? objectReader.GetId(record.
headerId
) : record.
headerId
);