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