3 writes to m_context
mscorlib (3)
system\runtime\serialization\formatters\binary\binaryformatter.cs (3)
92
set {
m_context
= value; }
99
m_context
= new StreamingContext(StreamingContextStates.All);
105
m_context
= context;
3 references to m_context
mscorlib (3)
system\runtime\serialization\formatters\binary\binaryformatter.cs (3)
91
get { return
m_context
; }
197
ObjectReader sor = new ObjectReader(serializationStream, m_surrogates,
m_context
, formatterEnums, m_binder);
233
ObjectWriter sow = new ObjectWriter(m_surrogates,
m_context
, formatterEnums, m_binder);