1 instantiation of ObjectWriter
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryformatter.cs (1)
233
ObjectWriter sow = new
ObjectWriter
(m_surrogates, m_context, formatterEnums, m_binder);
6 references to ObjectWriter
mscorlib (6)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (1)
38
internal static BinaryTypeEnum GetBinaryTypeInfo(Type type, WriteObjectInfo objectInfo, String typeName,
ObjectWriter
objectWriter, out Object typeInformation, out int assemId)
system\runtime\serialization\formatters\binary\binaryformatter.cs (1)
233
ObjectWriter
sow = new ObjectWriter(m_surrogates, m_context, formatterEnums, m_binder);
system\runtime\serialization\formatters\binary\binaryformatterwriter.cs (2)
35
internal
ObjectWriter
objectWriter = null;
45
internal __BinaryWriter(Stream sout,
ObjectWriter
objectWriter, FormatterTypeStyle formatterTypeStyle)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (2)
106
internal static WriteObjectInfo Serialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter,
ObjectWriter
objectWriter, SerializationBinder binder)
116
internal void InitSerialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter,
ObjectWriter
objectWriter, SerializationBinder binder)