1 instantiation of TestStruct
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
189TestStruct original = new()
5 references to TestStruct
System.Windows.Forms.Tests (5)
System\Windows\Forms\MessageTests.cs (5)
186IntPtr ptr = Marshal.AllocHGlobal(Marshal.SizeOf<TestStruct>()); 189TestStruct original = new() 200TestStruct lparam = Assert.IsType<TestStruct>(message.GetLParam(typeof(TestStruct)));