10 references to RoundTripObject
System.Private.Windows.Core.Tests (8)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (8)
168RoundTripObject(value, out object? result).Should().BeTrue(); 185RoundTripObject(value, out NotSupportedException? result).Should().BeTrue(); 201RoundTripObject(value, out NotSupportedException? result).Should().BeTrue(); 217RoundTripObject(value, out IList? result).Should().BeTrue(); 233RoundTripObject(value, out Array? result).Should().BeTrue(); 241RoundTripObject(value, out ArrayList? result).Should().BeTrue(); 257RoundTripObject(value, out Hashtable? result).Should().BeTrue(); 321RoundTripObject(value, out uint[,]? result).Should().BeTrue();
System.Windows.Forms.Tests (2)
System\Windows\Forms\Ole\BinaryFormatUtilitiesTests.cs (2)
41RoundTripObject(value, out ImageListStreamer? result).Should().BeTrue(); 66RoundTripObject(value, out Bitmap? result).Should().BeTrue();