1 write to m_binder
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
65
m_binder
= binder;
5 references to m_binder
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
);
431
m_binder
);
444
m_binder
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
);