1 write to serObjectInfoInit
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
143serObjectInfoInit = new SerObjectInfoInit();
5 references to serObjectInfoInit
mscorlib (5)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (5)
183objectInfo = WriteObjectInfo.Serialize(obj, m_surrogates, m_context, serObjectInfoInit, m_formatterConverter, this, m_binder); 428serObjectInfoInit, 442serObjectInfoInit, 741arrayElemObjectInfo = WriteObjectInfo.Serialize(arrayElemType, m_surrogates, m_context, serObjectInfoInit, m_formatterConverter, m_binder); 948WriteObjectInfo newObjectInfo = WriteObjectInfo.Serialize(obj, m_surrogates, m_context, serObjectInfoInit, m_formatterConverter, this, m_binder);