1 write to m_surrogates
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryobjectwriter.cs (1)
63
m_surrogates
= selector;
5 references to m_surrogates
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);
426
m_surrogates
,
440
m_surrogates
,
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);