8 references to RoundTripObject_RestrictedFormat
System.Private.Windows.Core.Tests (6)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (6)
177
RoundTripObject_RestrictedFormat
(value, out object? result).Should().BeTrue();
193
RoundTripObject_RestrictedFormat
(value, out NotSupportedException? result).Should().BeTrue();
209
RoundTripObject_RestrictedFormat
(value, out NotSupportedException? result).Should().BeTrue();
225
RoundTripObject_RestrictedFormat
(value, out IList? result).Should().BeTrue();
249
RoundTripObject_RestrictedFormat
(value, out ArrayList? result).Should().BeTrue();
265
RoundTripObject_RestrictedFormat
(value, out Hashtable? result).Should().BeTrue();
System.Windows.Forms.Tests (2)
System\Windows\Forms\Ole\BinaryFormatUtilitiesTests.cs (2)
56
RoundTripObject_RestrictedFormat
(value, out ImageListStreamer? result).Should().BeTrue();
74
RoundTripObject_RestrictedFormat
(value, out Bitmap? result).Should().BeTrue();