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