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