3 references to ReadObjectFromStream
System.Windows.Forms.Tests (3)
System\Windows\Forms\BinaryFormatUtilitiesTests.cs (3)
62
return
ReadObjectFromStream
();
349
Action reader = () =>
ReadObjectFromStream
();
361
ReadObjectFromStream
().Should().BeEquivalentTo(value);