1 instantiation of ObjectWriter
mscorlib (1)
system\runtime\serialization\formatters\binary\binaryformatter.cs (1)
233ObjectWriter sow = new ObjectWriter(m_surrogates, m_context, formatterEnums, m_binder);
6 references to ObjectWriter
mscorlib (6)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (1)
38internal 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)
233ObjectWriter sow = new ObjectWriter(m_surrogates, m_context, formatterEnums, m_binder);
system\runtime\serialization\formatters\binary\binaryformatterwriter.cs (2)
35internal ObjectWriter objectWriter = null; 45internal __BinaryWriter(Stream sout, ObjectWriter objectWriter, FormatterTypeStyle formatterTypeStyle)
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (2)
106internal static WriteObjectInfo Serialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter, SerializationBinder binder) 116internal void InitSerialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter, SerializationBinder binder)