1 instantiation of SerializableStruct
ComDisabled.Tests (1)
Control.ActiveXImplTests.cs (1)
20
SerializableStruct myValue =
new
() { Value = "HelloThere" };
2 references to SerializableStruct
ComDisabled.Tests (2)
Control.ActiveXImplTests.cs (2)
20
SerializableStruct
myValue = new() { Value = "HelloThere" };
38
public
SerializableStruct
SerializableValue { get; set; }