1 write to _typeFormat
System.Runtime.Serialization.Formatters (1)
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.cs (1)
21public FormatterTypeStyle TypeFormat { get { return _typeFormat; } set { _typeFormat = value; } }
4 references to _typeFormat
System.Runtime.Serialization.Formatters (4)
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.Core.cs (3)
30_typeFormat = _typeFormat, 73_typeFormat = _typeFormat, 82BinaryFormatterWriter binaryWriter = new BinaryFormatterWriter(serializationStream, sow, _typeFormat);
System\Runtime\Serialization\Formatters\Binary\BinaryFormatter.cs (1)
21public FormatterTypeStyle TypeFormat { get { return _typeFormat; } set { _typeFormat = value; } }