1 write to headers
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
95
this.
headers
= inHeaders;
6 references to headers
mscorlib (6)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (6)
87
SerTrace.Log(this, "Serialize Entry 2 ", graph, ((
headers
== null) ? " no headers " : "headers "));
148
if (
headers
!= null)
149
headerId = InternalGetId(
headers
, false, null, out isNew);
164
if ((
headers
!= null) && (
headers
.Length > 0))
165
m_objectQueue.Enqueue(
headers
);