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