8 references to SerializeAndDecode
BinaryFormatTests (4)
FormatTests\FormattedObject\HashTableTests.cs (2)
71
SerializationRecord rootRecord = hashtable.
SerializeAndDecode
();
129
SerializationRecord rootRecord = hashtable.
SerializeAndDecode
();
FormatTests\FormattedObject\ListTests.cs (1)
83
SerializationRecord rootRecord = list.
SerializeAndDecode
();
FormatTests\FormattedObject\PrimitiveTypeTests.cs (1)
112
SerializationRecord rootRecord = value.
SerializeAndDecode
();
System.Windows.Forms.Tests (4)
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (4)
27
SerializationRecord record = testData.
SerializeAndDecode
();
123
SerializationRecord rootRecord = bitmap.
SerializeAndDecode
();
180
SerializationRecord rootRecord = stream.
SerializeAndDecode
();
226
var format = value.
SerializeAndDecode
();