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