5 references to MyStruct
System.Private.Windows.Core.Tests (5)
System\Private\Windows\Ole\BinaryFormatUtilitiesTests.cs (5)
515
using MemoryStream stream = CreateStream(dataType, default(
MyStruct
));
524
Action action = () => BinaryFormatUtilities.TryReadObjectFromStream(stream, ref request, out
MyStruct
? result);
532
Resolver = (TypeName typeName) => typeName.FullName == typeof(
MyStruct
).FullName
533
? typeof(
MyStruct
?)
537
BinaryFormatUtilities.TryReadObjectFromStream(stream, ref request, out
MyStruct
? result).Should().BeTrue();