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