1 write to m_binder
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
65m_binder = binder;
5 references to m_binder
mscorlib (5)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (5)
183objectInfo = WriteObjectInfo.Serialize(obj, m_surrogates, m_context, serObjectInfoInit, m_formatterConverter, this, m_binder); 431m_binder); 444m_binder 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);