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