2 instantiations of TestData
System.Private.Windows.Core.Tests (2)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (2)
735TestData value = new(2); 773TestData value = new(2);
7 references to TestData
System.Private.Windows.Core.Tests (7)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (7)
735TestData value = new(2); 739result.Should().BeOfType<TestData>().Subject.Equals(value); 745(typeof(TestData).FullName!, typeof(TestData)), 773TestData value = new(2); 779Action read = () => TryReadObjectFromStream<TestData>(InvalidResolver, out _); 1031public void Equals(TestData other)