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