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