2 instantiations of TestData
System.Windows.Forms.Tests (2)
System\Windows\Forms\BinaryFormatUtilitiesTests.cs (2)
567
TestData value =
new
(new(10, 10), 2);
601
TestData value =
new
(new(10, 10), 2);
8 references to TestData
System.Windows.Forms.Tests (8)
System\Windows\Forms\BinaryFormatUtilitiesTests.cs (8)
567
TestData
value = new(new(10, 10), 2);
570
var
result = RoundTripOfType<TestDataBase>(value, TestDataResolver).Should().BeOfType<
TestData
>().Subject;
578
(typeof(
TestData
).FullName!, typeof(
TestData
)),
601
TestData
value = new(new(10, 10), 2);
607
Action read = () => ReadObjectFromStream<
TestData
>(InvalidResolver);
931
public void Equals(
TestData
other, Size bitmapSize)