2 instantiations of TestData
System.Private.Windows.Core.Tests (2)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (2)
479TestData value = new(2); 513TestData value = new(2);
7 references to TestData
System.Private.Windows.Core.Tests (7)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (7)
479TestData value = new(2); 483result.Should().BeOfType<TestData>().Subject.Equals(value); 489(typeof(TestData).FullName!, typeof(TestData)), 513TestData value = new(2); 519Action read = () => TryReadObjectFromStream<TestData>(InvalidResolver, out _); 742public void Equals(TestData other)