1 instantiation of SerializableStruct
System.Windows.Forms.Tests (1)
System\Windows\Forms\Control.ActiveXImplTests.cs (1)
43SerializableStruct myValue = new() { Value = "HelloThere" };
2 references to SerializableStruct
System.Windows.Forms.Tests (2)
System\Windows\Forms\Control.ActiveXImplTests.cs (2)
43SerializableStruct myValue = new() { Value = "HelloThere" }; 79public SerializableStruct SerializableValue { get; set; }